Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

First stab at a query based on the genetic pathway positive control. #631

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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 src/it/resources/examples/genetic-pathway-positive-control.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"description": "Half the genetic pathway 'positive control' from the June 2022 Relay at https://docs.google.com/presentation/d/1V_K_bgyLWEP2neTdM0TD7Bs-GtJUmqCt8p6BzWTv96s/edit?pli=1#slide=id.p",
"message": {
"query_graph": {
"nodes": {
"n0": {
"ids": [
"NCBIGene:5468"
]
},
"n1": {
"categories": [
"biolink:BiologicalProcess"
]
}
},
"edges": {
"e01": {
"object": "n0",
"subject": "n1"
}
}
}
},
"limit": 100000,
"minExpectedResults": 1035
}