PC service /get and /graph queries have two more parameters:
- pattern (accepts an array of SIF pattern/rule names, when format=SIF or TXT; the default mode is to apply all the pre-defined SIF rules but neighbor-of; e.g.,
/get?...&format=TXT&pattern=in_complex_with&pattern=controls_state_change_of...)
- subpw (default is 'false'; e.g.,
/graph?kind=neighborhood&subpw=true&...)
The following values are used, e.g., in the PCViz app (pattern names, on the client-side, are case-insensitive; also, one can use either '-' or '_' in them):
- CONTROLS_STATE_CHANGE_OF
- CONTROLS_EXPRESSION_OF
- CATALYSIS_PRECEDES
- CONTROLS_TRANSPORT_OF
- CONTROLS_PHOSPHORYLATION_OF
- IN_COMPLEX_WITH
@d2fong @logmosier @jvwong
PC service /get and /graph queries have two more parameters:
/get?...&format=TXT&pattern=in_complex_with&pattern=controls_state_change_of...)/graph?kind=neighborhood&subpw=true&...)The following values are used, e.g., in the PCViz app (pattern names, on the client-side, are case-insensitive; also, one can use either '-' or '_' in them):
@d2fong @logmosier @jvwong