RTXteam / RTX

Software repo for Team Expander Agent (Oregon State U., Institute for Systems Biology, and Penn State U.)
https://arax.ncats.io/
MIT License
34 stars 20 forks source link

More Multiomics KP's #1206

Closed dkoslicki closed 3 years ago

dkoslicki commented 3 years ago

Jenn Hadlock says all their KP's are now registered and discoverable. We should hook them up!

edeutsch commented 3 years ago

They actively want us to integrate them. We had a good meeting with them last week. But I think you couldn't be there. I suppose we're just waiting for a timeslice of @amykglen to do the integration in Expander. I think their coverage is very limited. But Ryan sent me today an example query graph that we could/should resolve to them:

{
  "message": {
    "query_graph": {
      "edges": {
        "e00": {
          "subject": "n01",
          "object": "n00",
          "predicate": "biolink:associated_with_increased_risk_for"
        }
      },
      "nodes": {
        "n00": {
          "id": "MONDO:0001627",
          "category": "biolink:Disease"
        },
        "n01": {
          "category": "biolink:Disease"
        }
      }
    }
  }
}
edeutsch commented 3 years ago

Maybe just as a quick test of things, we can hook up the query graph interpreter to trigger on them when there is an edge type of biolink:associated_with_increased_risk_for?

amykglen commented 3 years ago

ok to close since this was subsumed by #1451?