-
Notifications
You must be signed in to change notification settings - Fork 0
Definition of concepts
Vasundra Touré edited this page Aug 5, 2020
·
2 revisions
This page contains a thorough definition of each concepts defined within this project.
- an active protein: any entity in Reactome that acts as a catalyst or regulator in any reaction. Active entities are obtained with the following query:
MATCH (rle:ReactionLikeEvent)-[:regulatedBy|catalystActivity]-(o)-[:regulator|physicalEntity]->(pe:PhysicalEntity)
RETURN DISTINCT pe.stId
[Page in construction]