Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added "gene fusion with" and "genetic neighborhood of" to describe genetic interactions. #1123

Merged
merged 2 commits into from
Mar 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2171,6 +2171,33 @@ slots:
symmetric: true
exact_mappings:
- RO:0002435

gene_fusion_with:
is_a: genetically interacts with
description: >-
holds between two independent genes that have fused through
translocation, interstitial deletion, or chromosomal inversion to
form a new, hybrid gene. Fusion genes are often implicated in various neoplasms
and cancers.
domain: gene
range: gene
in_subset:
- translator_minimal
annotations:
canonical_predicate: true
symmetric: true

genetic_neighborhood_of:
is_a: genetically interacts with
description: >-
holds between two genes located nearby one another on a chromosome.
domain: gene
range: gene
in_subset:
- translator_minimal
annotations:
canonical_predicate: true
symmetric: true

affects:
is_a: related to at instance level
Expand Down