Skip to content

Commit

Permalink
Merge pull request #215 from biothings/pathfinder-newsystem
Browse files Browse the repository at this point in the history
Tweak pathfinder Lookup Tables
  • Loading branch information
tokebe authored Sep 8, 2024
2 parents 6010ce6 + 6ee189f commit b303c30
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 10 deletions.
18 changes: 15 additions & 3 deletions data/categoryTable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,25 @@ ChemicalEntity:
- Gene
Gene:
DiseaseOrPhenotypicFeature:
- AnatomicalEntity
- Cell
Gene:
- BiologicalProcessOrActivity
BiologicalProcessOrActivity:
- ChemicalEntity
Gene:
- Gene
- ChemicalEntity
DiseaseOrPhenotypicFeature:
DiseaseOrPhenotypicFeature:
- SequenceVariant
- Gene
Protein:
DiseaseOrPhenotypicFeature:
- Gene
- BiologicalProcess
ChemicalEntity:
- Gene
BiologicalProcessOrActivity:
DiseaseOrPhenotypicFeature:
- Gene
Gene:
- ChemicalEntity
- Gene
23 changes: 16 additions & 7 deletions data/predicateTable.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
ChemicalEntity:
Gene:
- regulates
- regulated_by
- affects
- affected_by
- interacts_with
- associated_with
- occurs_together_in_literature_with
Gene:
DiseaseOrPhenotypicFeature:
- gene_associated_with_condition
- biomarker_for
- affects
- contributes_to
AnatomicalEntity:
- related_to_at_instance_level
- affects
- produced_by
- located_in
- part_of
- interacts_with
BiologicalProcessOrActivity:
- affects
- contributes_to
Expand All @@ -24,17 +25,25 @@ Gene:
- affects
- affected_by
- interacts_with
- occurs_together_in_literature_with
ChemicalEntity:
- regulates
- regulated_by
- affects
- affected_by
- interacts_with
- correlated_with
- occurs_together_in_literature_with
- produces
AnatomicalEntity:
DiseaseOrPhenotypicFeature:
- related_to_at_instance_level
- location_of
- affected_by
- interacts_with
BiologicalProcessOrActivity:
Gene:
- affected_by
- contribution_from
- has_participant
DiseaseOrPhenotypicFeature:
- affects
- affected_by
Expand Down

0 comments on commit b303c30

Please sign in to comment.