Skip to content

Definition of concepts

Vasundra Touré edited this page Aug 5, 2020 · 2 revisions

Definition of concepts

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]

Clone this wiki locally