Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Breast cancer repurposing use case from clinical WG #170

@andrewsu

Description

@andrewsu

This issue is to track how BTE can be used to answer the breast cancer drug repurposing use case developed by the clinical WG. An overview presentation of the use case (including results from Winter 2021 relay meeting) is here: https://docs.google.com/presentation/d/10Z-qC4We63WUfalfYfJqbCkLYbJDjc3t2rPG4AUG5k8/edit. The TRAPI query is this:

{
"message": {
  "query_graph": {
    "edges": {
      "e0": {
        "predicate": "biolink:gene_associated_with_condition",
        "subject": "n0",
        "object": "n1"
      },
      "e1": {
        "predicate":     "biolink:gene_has_variant_that_contributes_to_disease_association",
        "subject": "n0",
        "object": "n2"
      },
      "e2": {
        "subject": "n2",
        "object": "n3",
        "predicate": "biolink:correlated_with"
      }
    },
    "nodes": {
      "n0": {
        "category": "biolink:Gene"
      },
      "n1": {
        "category": "biolink:Disease",
        "id": "MONDO:0007254"
      },
      "n2": {
        "category": "biolink:Disease"
      },
      "n3": {
        "category": "biolink:ChemicalSubstance"
      }
    }
  }
}

The envisioned query path (from the slide deck above) looks like this:

image

I created a first pass notebook here: https://github.com/biothings/biothings_explorer/blob/master/jupyter%20notebooks/Disease%20-%20Gene%20-%20Disease%20-%20Chem%202021-02-03%20relay%20(Breast%20cancer).ipynb. This notebook translates the TRAPI query into FindConnection syntax (minus predicates). Ultimately we'll want to run the TRAPI query directly either through BioThings Explorer TRAPI or after implementing #165.

This issue will track how BTE does in executing the envisioned query plan. More details to come...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions