Skip to content

Commit

Permalink
Merge pull request #23 from NCATSTranslator/rtroper-multiomics-provid…
Browse files Browse the repository at this point in the history
…er-test-triples

Add test triples for Multiomics Provider KPs
  • Loading branch information
cbizon authored Mar 23, 2021
2 parents 22c8863 + 43938e2 commit 0bca91a
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"url": "https://api.bte.ncats.io/v1/smartapi/1bef5ecbb0b9aee90023ce9faa2c8974/query",
"TRAPI": true,
"edges": [
{
"subject_category": "biolink:Disease",
"object_category": "biolink:Disease",
"predicate": "biolink:associated_with_increased_risk_for",
"subject": "MONDO:0005247",
"object": "MONDO:0002046"
},
{
"subject_category": "biolink:Drug",
"object_category": "biolink:Disease",
"predicate": "biolink:associated_with_increased_risk_for",
"subject": "RXCUI:4018",
"object": "MONDO:0005301"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"url": "https://api.bte.ncats.io/v1/smartapi/adf20dd6ff23dfe18e8e012bde686e31/query",
"TRAPI": true,
"edges": [
{
"subject_category": "biolink:Gene",
"object_category": "biolink:ChemicalSubstance",
"predicate": "biolink:gene_has_variant_that_contributes_to_drug_response_association",
"subject": "NCBIGENE:2186",
"object": "PUBCHEM:644215"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"url": "https://api.bte.ncats.io/v1/smartapi/4974ebbf2c1ae31a25a7a7b2d9e4b0d4/query",
"TRAPI": true,
"edges": [
{
"subject_category": "biolink:ChemicalSubstance",
"object_category": "biolink:ChemicalSubstance",
"predicate": "biolink:correlated_with",
"subject": "PUBCHEM:9939941",
"object": "HMDB:HMDB10405"
},
{
"subject_category": "biolink:Protein",
"object_category": "biolink:Protein",
"predicate": "biolink:correlated_with",
"subject": "UNIPROT:O00533",
"object": "UNIPROT:P04070"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"url": "https://api.bte.ncats.io/v1/smartapi/5219cefb9d2b8d5df08c3a956fdd20f3/query",
"TRAPI": true,
"edges": [
{
"subject_category": "biolink:Disease",
"object_category": "biolink:Gene",
"predicate": "biolink:gene_has_variant_that_contributes_to_disease_association",
"subject": "MONDO:0005097",
"object": "NCBIGENE:2312"
},
{
"subject_category": "biolink:Gene",
"object_category": "biolink:Disease",
"predicate": "biolink:gene_has_variant_that_contributes_to_disease_association",
"subject": "NCBIGENE:5728",
"object": "MONDO:0018177"
}
]
}

0 comments on commit 0bca91a

Please sign in to comment.