forked from geneontology/go-ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport_across_plasma_membrane.yaml
65 lines (51 loc) · 1.53 KB
/
import_across_plasma_membrane.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
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
pattern_name: 'import_across_plasma_membrane'
classes:
'transport': 'GO:0006810'
'extracellular region': 'GO:0005576'
'cytosol': 'GO:0005829'
'chemical entity': 'CHEBI:24431' #encompasses protein
'macromolecular complex': 'GO:0043234' #encompasses protein complex
'plasma membrane': 'GO:0005886'
relations:
'has target start location': 'RO:0002338'
'has target end location': 'RO:0002339'
'results in transport across': 'RO:0002342'
'imports': 'RO:0002340'
vars:
'imported': "chemical entity"
# Boilerplate - don't edit
data_list_vars:
def_xrefs: "xsd:string"
cross_references: "xsd:string"
exact_syn: "xsd:string"
narrow_syn: "xsd:string"
broad_syn: "xsd:string"
related_syn: "xsd:string"
name:
text: "%s import across plasma membrane"
vars:
- 'imported'
def:
text: "The directed movement of %s from outside of a cell, across the plasma membrane and into the cytoplasmic compartment."
vars:
- 'imported'
xrefs: # Boilerplate - don't edit
value: def_xrefs
# Boilerplate - don't edit
xrefs:
value: cross_references
namespace:
text: 'biological_process'
equivalentTo:
text: "'transport' and 'has target start location' some 'extracellular region' and 'has target end location' some 'cytosol' and 'results in transport across' some 'plasma membrane' and 'imports' some %s"
vars:
- 'imported'
# Boilerplate - don't edit
exact_synonyms:
value: exact_syn
narrow_synonyms:
value: narrow_syn
broad_synonyms:
value: broad_syn
related_synonyms:
value: related_syn