-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new pattern for classes referring to a chebi role #98
- Loading branch information
1 parent
ab63e40
commit 627fa97
Showing
3 changed files
with
40 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
pattern_name: eo-role | ||
classes: | ||
plant experimental condition: EO_0007359 | ||
plant treatment: EO_0001001 | ||
exposure event: RO_0002310 | ||
chemical entity: CHEBI_24431 | ||
role: CHEBI_50906 | ||
|
||
relations: | ||
has exposure stimulus: RO_0002244 | ||
has role: RO_0000087 | ||
|
||
vars: | ||
stimulus: "'role'" | ||
|
||
name: | ||
text: "%s treatment" | ||
vars: | ||
- stimulus | ||
|
||
def: | ||
text: "A treatment involving the use of %s" | ||
vars: | ||
- stimulus | ||
|
||
equivalentTo: | ||
text: "'plant treatment' and 'has exposure stimulus' some ('chemical entity' and 'has role' some %s)" | ||
vars: | ||
- stimulus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
defined_class,defined_class label,stimulus,stimulus label | ||
EO:0007239,"micronutrient regimen",CHEBI:27027,"micronutrient" | ||
EO:0007041,"antibiotic treatment",CHEBI:33281,"antimicrobial agent" | ||
EO:0007167,"pesticide treatment",CHEBI:25944,"pesticide" | ||
EO:0007165,"growth hormone treatment",CHEBI:37845,"growth hormone" | ||
EO:0007183,"herbicide treatment",CHEBI:24527,"herbicide" | ||
EO:0007268,"fungicide treatment",CHEBI:24127,"fungicide" | ||
EO:0007085,"fertilizer regimen",CHEBI:33287,"fertilizer" | ||
EO:0007074,"auxin treatment",CHEBI:22676,"auxin" | ||
EO:0007066,"cytokinin treatment",CHEBI:23530,"cytokinin" | ||
EO:0007632,"insecticide treatment",CHEBI:24852,"insecticide" |