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