annotation.conf 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # -*- Mode: Text; tab-width: 2; indent-tabs-mode: nil; coding: utf-8; -*-
  2. # vim:set ft=conf ts=2 sw=2 sts=2 autoindent:
  3. # Simple text-based definitions of entity, relation and event types
  4. # and event attributes.
  5. [entities]
  6. Gene_or_gene_product
  7. Cell_type
  8. Core_Angiogenesis_Term
  9. Drug_or_compound
  10. Other_pharmaceutical_agent
  11. Pathway
  12. Tissue
  13. Not_sure
  14. Other
  15. [relations]
  16. Equiv Arg1:Gene_or_gene_product, Arg2:Gene_or_gene_product
  17. Equiv Arg1:Cell_type, Arg2:Cell_type
  18. Equiv Arg1:Drug_or_compound, Arg2:Drug_or_compound
  19. Equiv Arg1:Other_pharmaseutical_agent, Arg2:Other_pharmaseutical_agent
  20. Equiv Arg1:Pathway, Arg2:Pathway
  21. Equiv Arg1:Tissue, Arg2:Tissue
  22. # Permitted entity nestings. Defines which entity mention spans in
  23. # text can be contained in which by type. Arg1 identifies the type of
  24. # the inner, Arg2 the type of the outer entity.
  25. ENTITY-NESTING Arg1:Cell_type, Arg2:Tissue
  26. ENTITY-NESTING Arg1:Tissue, Arg2:Cell_type
  27. ENTITY-NESTING Arg1:Gene_or_gene_product, Arg2:Tissue
  28. ENTITY-NESTING Arg1:Gene_or_gene_product, Arg2:Cell_type
  29. ENTITY-NESTING Arg1:Gene_or_gene_product, Arg2:Pathway
  30. ENTITY-NESTING Arg1:Gene_or_gene_product, Arg2:Drug_or_compound
  31. ENTITY-NESTING Arg1:Gene_or_gene_product, Arg2:Other_pharmaceutical_agent
  32. # Currently allowing anything for the non-specific types
  33. ENTITY-NESTING Arg1:<ANY>, Arg2:Other
  34. ENTITY-NESTING Arg1:<ANY>, Arg2:Not_sure
  35. ENTITY-NESTING Arg1:<ANY>, Arg2:Other_entity
  36. ENTITY-NESTING Arg1:<ANY>, Arg2:Not_sure_entity
  37. [events]
  38. <CORE-ENTITY>=Gene_or_gene_product|Drug_or_compound
  39. <CELLS>=Cell_type|Tissue
  40. Gene_expression Theme:Gene_or_gene_product
  41. Transcription Theme:Gene_or_gene_product
  42. Binding Theme+:<CORE-ENTITY>
  43. Localisation Theme:<CORE-ENTITY>, toLoc?:<CELLS>, atLoc?:<CELLS>, fromLoc?:<CELLS>
  44. Phosphorylation Theme:Gene_or_gene_product
  45. ---------
  46. Regulation Theme:<ENTITY>|<EVENT>, Cause?:<ENTITY>|<EVENT>
  47. Positive_regulation Theme:<ENTITY>|<EVENT>, Cause?:<ENTITY>|<EVENT>
  48. Negative_regulation Theme:<ENTITY>|<EVENT>, Cause?:<ENTITY>|<EVENT>
  49. Inhibition Theme:<ENTITY>|<EVENT>|Core_Angiogenesis_Term, Cause?:<ENTITY>|<EVENT>
  50. Stimulation Theme:<ENTITY>|<EVENT>|Core_Angiogenesis_Term, Cause?:<ENTITY>|<EVENT>
  51. --------------------
  52. Sub-Process Theme?:<ENTITY>
  53. [attributes]
  54. Negation Arg:<EVENT>
  55. Speculation Arg:<EVENT>