-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:geneontology/go-ontology into iss…
…ue-29336
- Loading branch information
Showing
6 changed files
with
69 additions
and
18 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
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
49 changes: 49 additions & 0 deletions
49
...sicle_mediated_transport_differentiated_by_cargo_and_start_and_end_locations.md
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,49 @@ | ||
# vesicle-mediated transport differentiated by cargo and start and end locations | ||
|
||
[http://purl.obolibrary.org/obo/go/patterns/vesicle_mediated_transport_differentiated_by_cargo_and_start_and_end_locations.yaml](http://purl.obolibrary.org/obo/go/patterns/vesicle_mediated_transport_differentiated_by_cargo_and_start_and_end_locations.yaml) | ||
|
||
## Description | ||
|
||
This pattern is for representing transmembrane transport, differentiated by the type of cargo as well as the start and end locations. | ||
|
||
|
||
|
||
|
||
## Variables | ||
|
||
| Variable name | Allowed type | | ||
|:--------------|:-------------| | ||
| `{cargo}` | [chemical entity](http://purl.obolibrary.org/obo/CHEBI_24431) | | ||
| `{start location}` | [cellular anatomical structure](http://purl.obolibrary.org/obo/GO_0110165) | | ||
| `{end location}` | [cellular anatomical structure](http://purl.obolibrary.org/obo/GO_0110165) | | ||
|
||
## Name | ||
|
||
"`{cargo}` vesicle-mediated transport from `{start location}` to `{end location}`"^^[string](http://www.w3.org/2001/XMLSchema#string) | ||
|
||
## Annotations | ||
|
||
|
||
|
||
## Definition | ||
|
||
"The vesicle-mediated and directed movement of `{cargo}` from `{start location}` to `{end location}`."^^[string](http://www.w3.org/2001/XMLSchema#string) | ||
|
||
## Equivalent to | ||
|
||
[vesicle-mediated transport](http://purl.obolibrary.org/obo/GO_0016192) and ([has target start location](http://purl.obolibrary.org/obo/RO_0002338) some `{start location}`) and ([has target end location](http://purl.obolibrary.org/obo/RO_0002339) some `{end location}`) and ([has primary input](http://purl.obolibrary.org/obo/RO_0004009) some `{cargo}`) | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
## Data preview | ||
|
||
*See full table [here](https://github.com/geneontology/go-ontology/tree/master/src/design_patterns/vesicle_mediated_transport_differentiated_by_cargo_and_start_and_end_locations.tsv)* | ||
|
||
| | | ||
| | ||
|
||
|
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
1 change: 1 addition & 0 deletions
1
...tterns/vesicle_mediated_transport_differentiated_by_cargo_and_start_and_end_locations.tsv
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 @@ | ||
defined_class defined_class_label cargo cargo_label end_location end_location_label start_location start_location_label |
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