Skip to content

Commit

Permalink
add some hardcoded rels for #801
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Nov 8, 2022
1 parent 4e456d6 commit f0b62c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/lib/noctua-widgetry/widgetry.js
Original file line number Diff line number Diff line change
Expand Up @@ -968,15 +968,19 @@ function add_edge_modal(ecore, manager, relations, aid, source_id, target_id){
_fuse('causally upstream of', 'RO:0002411', radio_name, 1),
_fuse('causally upstream of or within, positive effect', 'RO:0004047', radio_name, 1),
_fuse('causally upstream of, positive effect', 'RO:0002304', radio_name, 2),
_fuse('constitutively upstream of', 'RO:0012009', radio_name, 3),
_fuse('causally upstream of or within, negative effect', 'RO:0004046', radio_name, 1),
_fuse('causally upstream of, negative effect', 'RO:0002305', radio_name, 2),
_fuse('removes input for', 'RO:0012010', radio_name, 3),
_fuse('immediately causally upstream of', 'RO:0002412', radio_name, 2),
_fuse('directly provides input for', 'RO:0002413', radio_name, 3),
_fuse('regulates', 'RO:0002211', radio_name, 2),
_fuse('negatively regulates', 'RO:0002212', radio_name, 3),
_fuse('directly negatively regulates', 'RO:0002630', radio_name, 4),
_fuse('indirectly negatively regulates', 'RO:0002409', radio_name, 4),
_fuse('positively regulates', 'RO:0002213', radio_name, 3),
_fuse('directly positively regulates', 'RO:0002629', radio_name, 4),
_fuse('indirectly positively regulates', 'RO:0002407', radio_name, 4),
_fuse('has participant', 'RO:0000057', radio_name, 0),
_fuse('has small molecule regulator', 'RO:0012000', radio_name, 1),
_fuse('has small molecule activator', 'RO:0012001', radio_name, 2),
Expand Down

0 comments on commit f0b62c5

Please sign in to comment.