File size: 5,881 Bytes
3526cff | 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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 | {
"json_structures": [
{
"label": "gene expression",
"description": "An event in which a gene product is expressed or produced.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the gene expression event.",
"roles": [
{
"label": "Theme",
"description": "The gene or gene product being expressed."
}
]
},
{
"label": "transcription",
"description": "An event in which a gene is transcribed into RNA.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the transcription event.",
"roles": [
{
"label": "Theme",
"description": "The gene being transcribed."
}
]
},
{
"label": "protein catabolism",
"description": "An event involving the degradation or breakdown of a protein.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating protein degradation.",
"roles": [
{
"label": "Theme",
"description": "The protein undergoing degradation."
}
]
},
{
"label": "phosphorylation",
"description": "An event in which a phosphate group is added to a protein.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the phosphorylation event.",
"roles": [
{
"label": "Theme",
"description": "The protein being phosphorylated."
},
{
"label": "Site",
"description": "The molecular site where phosphorylation occurs."
}
]
},
{
"label": "localization",
"description": "An event describing the transport or location of a protein.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the localization event.",
"roles": [
{
"label": "Theme",
"description": "The protein being localized or transported."
},
{
"label": "AtLoc",
"description": "The location where the protein is located."
},
{
"label": "ToLoc",
"description": "The destination location of the localization event."
}
]
},
{
"label": "binding",
"description": "An event in which two or more proteins physically bind or form a complex.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the binding event.",
"roles": [
{
"label": "Theme",
"description": "A protein participating in the binding event."
},
{
"label": "Theme2",
"description": "An additional protein participating in the binding event."
},
{
"label": "Theme3",
"description": "A third protein participating in the binding event."
},
{
"label": "Theme4",
"description": "A fourth protein participating in the binding event."
},
{
"label": "Site",
"description": "The molecular binding site of a theme participant."
},
{
"label": "Site2",
"description": "The molecular binding site corresponding to an additional theme participant."
}
]
},
{
"label": "regulation",
"description": "A regulatory event in which one entity or event influences another without specifying whether the effect is positive or negative.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the regulation event.",
"roles": [
{
"label": "Theme",
"description": "The entity or event being regulated."
},
{
"label": "Cause",
"description": "The entity or event responsible for the regulation."
},
{
"label": "Site",
"description": "The molecular site of the regulated theme."
},
{
"label": "CSite",
"description": "The molecular site of the cause involved in the regulation."
}
]
},
{
"label": "positive regulation",
"description": "A regulatory event in which one entity or event activates, promotes, or increases another event or protein.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the positive regulation event.",
"roles": [
{
"label": "Theme",
"description": "The entity or event being positively regulated."
},
{
"label": "Cause",
"description": "The entity or event responsible for the positive regulation."
},
{
"label": "Site",
"description": "The molecular site of the regulated theme."
},
{
"label": "CSite",
"description": "The molecular site of the cause involved in the positive regulation."
}
]
},
{
"label": "negative regulation",
"description": "A regulatory event in which one entity or event inhibits, suppresses, or decreases another event or protein.",
"anchor": "trigger",
"anchor_description": "The word or phrase indicating the negative regulation event.",
"roles": [
{
"label": "Theme",
"description": "The entity or event being negatively regulated."
},
{
"label": "Cause",
"description": "The entity or event responsible for the negative regulation."
},
{
"label": "Site",
"description": "The molecular site of the regulated theme."
},
{
"label": "CSite",
"description": "The molecular site of the cause involved in the negative regulation."
}
]
}
]
}
|