-
Notifications
You must be signed in to change notification settings - Fork 24
Use Cases
{ "edges": [ { "id": "asthma_geneA", "source_id": "asthma", "target_id": "geneA", "type": "associated" }, { "id": "asthma_drugA", "source_id": "asthma", "target_id": "drugA", "type": "association" }, { "id": "geneA_drugA", "source_id": "drugA", "target_id": "geneA", "type": "related_to" } ], "nodes": [ { "id": "asthma", "type": "disease", "curie": "MONDO:0004979" }, { "id": "geneA", "type": "gene" }, { "id": "drugA", "type": "chemical_substance" } ] }
{ "edges": [ { "id": "asthma_geneA", "source_id": "asthma", "target_id": "geneA", "type": "associated" }, { "id": "asthma_drugA", "source_id": "asthma", "target_id": "drugA", "type": "association" }, { "id": "geneA_drugA", "source_id": "drugA", "target_id": "geneA", "type": "related_to" }, { "id": "geneA_geneB", "source_id": "geneA", "target_id": "geneB", "type": "directly_interacts_with" }, { "id": "geneB_drugB", "source_id": "geneB", "target_id": "drugB", "type": "affected_by" } ], "nodes": [ { "id": "asthma", "type": "disease", "curie": "MONDO:0004979" }, { "id": "geneA", "type": "gene" }, { "id": "drugA", "type": "chemical_substance" }, { "id": "geneB", "type": "gene" }, { "id": "drugB", "type": "chemical_substance" } ] }
{ "message": { "query_graph": { "edges": [ { "id": "e00", "source_id": "n00", "target_id": "n01", "type": "associated" } ], "nodes": [ { "curie": "EFO:0004465", "id": "n00", "type": "disease" }, { "id": "n01", "type": "gene" } ] } } }
{ "query_message": { "query_graph": { "nodes": [ { "node_id": "n0", "curie": "", "type": "biolink:ChemicalSubstance" }, { "node_id": "n1", "curie": "DOID:7148", "type": "biolink:Disease" }, { "node_id": "n2", "curie": "", "type": "biolink:Disease" }, { "node_id": "n3", "curie": "", "type": "biolink:Gene" } ], "edges": [ { "edge_id": "e0", "source_id": "n0", "target_id": "n1" }, { "edge_id": "e1", "source_id": "n1", "target_id": "n2" }, { "edge_id": "e2", "source_id": "n2", "target_id": "n3" } ] }, "query_options": { "psev-context": "DOID:7148", "query_kps": "true" } } }
{ "query_message": { "query_graph": { "nodes": [ { "node_id": "n0", "curie": "", "type": "biolink:PhenotypicFeature" }, { "node_id": "n1", "curie": "DOID:3393", "type": "biolink:Disease" }, { "node_id": "n2", "curie": "", "type": "biolink:ChemicalSubstance" }, { "node_id": "n3", "curie": "", "type": "biolink:Protein" } ], "edges": [ { "edge_id": "e0", "source_id": "n0", "target_id": "n1" }, { "edge_id": "e1", "source_id": "n1", "target_id": "n2" }, { "edge_id": "e2", "source_id": "n2", "target_id": "n3" } ] }, "query_options": { "psev-context": "DOID:3393", "query_kps": "true" } } }
{ "query_message": { "query_graph": { "nodes": [ { "node_id": "n0", "curie": "", "type": "biolink:PhenotypicFeature" }, { "node_id": "n1", "curie": "DOID:3393", "type": "biolink:Disease" }, { "node_id": "n2", "curie": "", "type": "biolink:Gene" }, { "node_id": "n3", "curie": "", "type": "biolink:Gene" } ], "edges": [ { "edge_id": "e0", "source_id": "n0", "target_id": "n1" }, { "edge_id": "e1", "source_id": "n1", "target_id": "n2" }, { "edge_id": "e2", "source_id": "n2", "target_id": "n3" } ] }, "query_options": { "psev-context": "DOID:3393", "query_kps": "true" } } }
[Drug] ----> Alzheimer’s Disease
{ “message”: { “query_graph”: { “nodes”: [ { “id”: “n1”, “type”: “biolink:Drug” }, { “id”: “n2”, “curie”: “UMLS:C0002395” } ], “edges”: [ { “id”: “e1", “type”: “clinically_tested_approved_unknown_phase”, “source_id”: “n1", “target_id”: “n2" } ] } } }
[Gene/Gene-Product] ----> Alzheimer’s Disease
{ “message”: { “query_graph”: { “nodes”: [ { “id”: “n1”, “type”: [“biolink:Gene”, “biolink:GeneGrouping”, “biolink:GeneProduct”, “biolink:Protein”] }, { “id”: “n2", “curie”: “DOID:10652" } ], “edges”: [ { “id”: “e1”, “type”: [“gene_mapped_to_disease”, “gene_involved_in_pathogenesis_of_disease”, “gene_associated_with_disease”, “associated_with_disease”, “INVERTED:disease_has_basis_in_dysfunction_of”], “source_id”: “n1”, “target_id”: “n2” } ] } } }
[Phase 3 FDA Approved Drug for non-Alzhiemer’s Disease Treatment ] --targets--> [Gene/Gene-Product] --associated-with--> Alzheimer’s Disease
{ “message”: { “query_graph”: { “nodes”: [ { “id”: “n0", “type”:“biolink:Drug” }, { “id”: “n1", “type”: [“biolink:Gene”, “biolink:GeneGrouping”, “biolink:GeneProduct”, “biolink:Protein”] }, { “id”: “n2”, “curie”: “DOID:10652” }, { “id”: “n3”, “type”: “disease” } ], “edges”: [ { “id”: “e0", “type” : “target”, “source_id”: “n0", “target_id”: “n1" }, { “id”: “e1", “type”: [“gene_mapped_to_disease”, “gene_involved_in_pathogenesis_of_disease”, “gene_associated_with_disease”, “associated_with_disease”, “INVERTED:disease_has_basis_in_dysfunction_of”], “source_id”: “n1", “target_id”: “n2" }, { “id”: “e2", “type”: “clinically_tested_approved_unknown_phase”, “source_id”: “n0", “target_id”: “n3" } ] } } }