forked from INCATools/dead_simple_owl_design_patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
import_into_cell.yaml
32 lines (25 loc) · 925 Bytes
/
import_into_cell.yaml
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
pattern_name: import_into_cell
classes:
transport: GO_0006810
extracellular region: GO_0005576
intracellular part: GO_0044424
chemical entity: CHEBI_24431 # encompasses protein
macromolecular complex: GO_0043234 # encompasses protein complex
relations:
has target start location: RO_0002338
has target end location: RO_0002339
imports: RO_0002340
vars:
imported: "'chemical entity' or 'macromolecular complex'"
name:
text: "%s import into cell"
vars:
- imported
def:
text: "The directed movement of %s from outside of a cell into the cytoplasmic compartment. This may occur via transport across the plasma membrane or via endocytosis."
vars:
- imported
equivalentTo:
text: "'transport' and ('has target start location' some 'extracellular region') and ('has target end location' some 'intracellular part') and ('imports' some %s)"
vars:
- imported