1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- # -*- Mode: Text; tab-width: 8; indent-tabs-mode: nil; coding: utf-8; -*-
- # vim:set ft=conf ts=2 sw=2 sts=2 autoindent:
- [labels]
- ### Entity labels
- Protein | Protein | Pro | Pr | P
- Entity | Entity | Ent | En | E
- ### Relation labels
- Equiv | Equiv | Eq
- ### Event labels
- Gene_expression | Gene expression | Expression | Expr
- Transcription | Transcription | Trns
- Protein_catabolism | Protein catabolism | Catabolism | Catab
- Localization | Localization | Locl
- Binding | Binding | Bind
- Phosphorylation | Phosphorylation | Phos
- Regulation | Regulation | Reg
- Positive_regulation | Positive regulation | +Regulation | +Reg
- Negative_regulation | Negative regulation | -Regulation | -Reg
- ### Role labels
- Theme | Theme | Th
- Cause | Cause | Ca
- Site | Site | Si
- CSite | CSite | CSi
- [drawing]
- ### Defaults
- SPAN_DEFAULT fgColor:black, bgColor:lightgreen, borderColor:darken
- ARC_DEFAULT color:black, dashArray:-, arrowHead:triangle-5
- ATTRIBUTE_DEFAULT glyph:*
- ### Entity drawing
- Protein bgColor:#7fa2ff
- Entity bgColor:#b4c8ff
- ### Event drawing
- Regulation bgColor:#ffff00
- Positive_regulation bgColor:#e0ff00
- Negative_regulation bgColor:#ffe000
- ### Arc drawing
- Equiv dashArray:3-3, arrowHead:none
- Cause color:#007700
- Site color:#0000aa
- CSite color:#0000aa
- ToLoc color:#0000cc
- AtLoc color:#0000cc
- # Attributes
- Negation box:crossed, glyph:<NONE>, dashArray:<NONE>
- Speculation dashArray:3-3, glyph:<NONE>
|