From e8cb45859524366bbe2152e5b65459f5755b6b52 Mon Sep 17 00:00:00 2001 From: tokebe <43009413+tokebe@users.noreply.github.com> Date: Fri, 4 Nov 2022 12:48:35 -0400 Subject: [PATCH] test: fix test data --- __test__/data/litvar.json | 5 +- __test__/data/mygene.json | 8 +- __test__/data/opentarget.json | 5 +- .../data/smartapi_multiomics_kp_query.json | 33257 ++++++++-------- 4 files changed, 16597 insertions(+), 16678 deletions(-) diff --git a/__test__/data/litvar.json b/__test__/data/litvar.json index 4169800..d55b74c 100644 --- a/__test__/data/litvar.json +++ b/__test__/data/litvar.json @@ -13,7 +13,8 @@ "servers": [ { "url": "https://www.ncbi.nlm.nih.gov/research/bionlp/litvar/api/v1", - "description": "Production server" + "description": "Production server", + "x-maturity": "production" } ], "tags": [ @@ -87,4 +88,4 @@ } } } -} \ No newline at end of file +} diff --git a/__test__/data/mygene.json b/__test__/data/mygene.json index 07b22e2..c71e3c9 100644 --- a/__test__/data/mygene.json +++ b/__test__/data/mygene.json @@ -15,11 +15,13 @@ "servers": [ { "description": "Encrypted Production server", - "url": "https://mygene.info/v3" + "url": "https://mygene.info/v3", + "x-maturity": "production" }, { "description": "Production server", - "url": "http://mygene.info/v3" + "url": "http://mygene.info/v3", + "x-maturity": "production" } ], "tags": [ @@ -1067,4 +1069,4 @@ } } } -} \ No newline at end of file +} diff --git a/__test__/data/opentarget.json b/__test__/data/opentarget.json index 529d4c2..765f37b 100644 --- a/__test__/data/opentarget.json +++ b/__test__/data/opentarget.json @@ -14,7 +14,8 @@ "servers": [ { "description": "Production server", - "url": "https://platform-api.opentargets.io/v3" + "url": "https://platform-api.opentargets.io/v3", + "x-maturity": "production" } ], "tags": [ @@ -108,4 +109,4 @@ } } } -} \ No newline at end of file +} diff --git a/__test__/data/smartapi_multiomics_kp_query.json b/__test__/data/smartapi_multiomics_kp_query.json index 5b631cc..6e65335 100644 --- a/__test__/data/smartapi_multiomics_kp_query.json +++ b/__test__/data/smartapi_multiomics_kp_query.json @@ -1,16802 +1,16717 @@ { - "took": 31, - "total": 5, - "max_score": 2.6717887, - "hits": [ - { - "_id": "5076f09382b38d56a77e376416b634ca", - "_meta": { - "date_created": "2020-12-11T01:19:27.868824+00:00", - "last_updated": "2021-03-05T08:01:44.637923+00:00", - "url": "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/master/clinical_risk_factor/smartapi.yml", - "username": "kevinxin90" + "took": 31, + "total": 5, + "max_score": 2.6717887, + "hits": [ + { + "_id": "5076f09382b38d56a77e376416b634ca", + "_meta": { + "date_created": "2020-12-11T01:19:27.868824+00:00", + "last_updated": "2021-03-05T08:01:44.637923+00:00", + "url": "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/master/clinical_risk_factor/smartapi.yml", + "username": "kevinxin90" + }, + "_score": 2.6717887, + "_status": { + "refresh_status": 200, + "refresh_ts": "2021-03-05T08:01:44+00:00", + "uptime_status": "good", + "uptime_ts": "2021-03-05T08:08:17.175756" + }, + "components": { + "parameters": { + "callback": { + "description": "you can pass a \"callback\" parameter to make a JSONP call. Type: string.", + "in": "query", + "name": "callback", + "schema": { + "type": "string" + } + }, + "dotfield": { + "description": "control the format of the returned chem object. If \"true\" or \"1\", all fields will be collapsed into a single level deep object (all nested objects will be a single level deep, using dotfield notation to signify the nested structure) Type: boolean. Default: false.", + "in": "query", + "name": "dotfield", + "schema": { + "type": "boolean" + } + }, + "email": { + "description": "If you are regular users of our services, we encourage you to provide us with an email, so that we can better track the usage or follow up with you.", + "in": "query", + "name": "email", + "schema": { + "type": "string" + } + }, + "facet_size": { + "description": "the number of facet buckets to return in the response. Type: integer. Default: 10. Max: 1000.", + "in": "query", + "name": "facet_size", + "schema": { + "type": "integer" + } + }, + "facets": { + "description": "a comma-separated list of fields to return facets on. In addition to query hits, the fields notated in \"facets\" will be aggregated by value and bucklet counts will be displayed in the \"facets\" field of the response object. Type: string (list). Default: None. Max: 1000.", + "in": "query", + "name": "facets", + "schema": { + "type": "string" + } + }, + "fields": { + "description": "a comma-separated list of fields (in dotfield notation) used to limit the fields returned from the matching chem hit(s). The supported field names can be found from any chem object or from the /metadata/fields endpoint. If \"fields=all\", all available fields will be returned. Type: string (list). Default: all. Max: 1000.", + "in": "query", + "name": "fields", + "schema": { + "type": "string" + } + }, + "format": { + "description": "controls output format of server response, currently supports: \"json\", \"jsonld\", \"html\". Type: string. Default: json.", + "in": "query", + "name": "format", + "schema": { + "type": "string" + } + }, + "from": { + "description": "the number of matching chem hits to skip, starting from 0. This can be useful for paging in combination with the \"size\" parameter. Type: integer. Default: None.", + "in": "query", + "name": "from", + "schema": { + "type": "integer" + } + }, + "prefix": { + "description": "Pass a prefix string to filter the available fields. Type: string. Default: None.", + "in": "query", + "name": "prefix", + "schema": { + "type": "string" + } + }, + "search": { + "description": "Pass a search term to filter the available fields. Type: string. Default: None.", + "in": "query", + "name": "search", + "schema": { + "type": "string" + } + }, + "size": { + "description": "the maximum number of matching chem hits to return per batch. Type: integer. Default: 10.", + "in": "query", + "name": "size", + "schema": { + "type": "integer" + } + }, + "sort": { + "description": "the comma-separated list of fields to sort on. Prefix each with \"-\" for descending order, otherwise in ascending order. Default: sort by descending score.", + "in": "query", + "name": "sort", + "schema": { + "type": "string" + } + } + }, + "schemas": { + "Association": { + "properties": { + "_id": { + "type": "string" + } }, - "_score": 2.6717887, - "_status": { - "refresh_status": 200, - "refresh_ts": "2021-03-05T08:01:44+00:00", - "uptime_status": "good", - "uptime_ts": "2021-03-05T08:08:17.175756" + "required": ["_id"], + "type": "object" + }, + "ErrorResult": { + "properties": { + "message": { + "type": "string" + }, + "success": { + "type": "boolean" + } }, - "components": { - "parameters": { - "callback": { - "description": "you can pass a \"callback\" parameter to make a JSONP call. Type: string.", - "in": "query", - "name": "callback", - "schema": { - "type": "string" - } - }, - "dotfield": { - "description": "control the format of the returned chem object. If \"true\" or \"1\", all fields will be collapsed into a single level deep object (all nested objects will be a single level deep, using dotfield notation to signify the nested structure) Type: boolean. Default: false.", - "in": "query", - "name": "dotfield", - "schema": { - "type": "boolean" - } - }, - "email": { - "description": "If you are regular users of our services, we encourage you to provide us with an email, so that we can better track the usage or follow up with you.", - "in": "query", - "name": "email", - "schema": { - "type": "string" - } - }, - "facet_size": { - "description": "the number of facet buckets to return in the response. Type: integer. Default: 10. Max: 1000.", - "in": "query", - "name": "facet_size", - "schema": { - "type": "integer" - } - }, - "facets": { - "description": "a comma-separated list of fields to return facets on. In addition to query hits, the fields notated in \"facets\" will be aggregated by value and bucklet counts will be displayed in the \"facets\" field of the response object. Type: string (list). Default: None. Max: 1000.", - "in": "query", - "name": "facets", - "schema": { - "type": "string" - } - }, - "fields": { - "description": "a comma-separated list of fields (in dotfield notation) used to limit the fields returned from the matching chem hit(s). The supported field names can be found from any chem object or from the /metadata/fields endpoint. If \"fields=all\", all available fields will be returned. Type: string (list). Default: all. Max: 1000.", - "in": "query", - "name": "fields", - "schema": { - "type": "string" - } - }, - "format": { - "description": "controls output format of server response, currently supports: \"json\", \"jsonld\", \"html\". Type: string. Default: json.", - "in": "query", - "name": "format", - "schema": { - "type": "string" - } - }, - "from": { - "description": "the number of matching chem hits to skip, starting from 0. This can be useful for paging in combination with the \"size\" parameter. Type: integer. Default: None.", - "in": "query", - "name": "from", - "schema": { - "type": "integer" - } - }, - "prefix": { - "description": "Pass a prefix string to filter the available fields. Type: string. Default: None.", - "in": "query", - "name": "prefix", - "schema": { - "type": "string" - } - }, - "search": { - "description": "Pass a search term to filter the available fields. Type: string. Default: None.", - "in": "query", - "name": "search", - "schema": { - "type": "string" - } - }, - "size": { - "description": "the maximum number of matching chem hits to return per batch. Type: integer. Default: 10.", - "in": "query", - "name": "size", - "schema": { - "type": "integer" - } - }, - "sort": { - "description": "the comma-separated list of fields to sort on. Prefix each with \"-\" for descending order, otherwise in ascending order. Default: sort by descending score.", - "in": "query", - "name": "sort", - "schema": { - "type": "string" - } - } - }, - "schemas": { - "Association": { - "properties": { - "_id": { - "type": "string" - } - }, - "required": [ - "_id" - ], - "type": "object" - }, - "ErrorResult": { - "properties": { - "message": { - "type": "string" - }, - "success": { - "type": "boolean" - } - }, - "type": "object" - }, - "QueryPOSTResult": { - "items": { - "allOf": [ - { - "$ref": "#/components/schemas/Association" - }, - { - "properties": { - "_score": { - "format": "float", - "type": "number" - }, - "query": { - "type": "string" - } - }, - "type": "object" - } - ] - }, - "type": "array" - }, - "QueryResult": { - "properties": { - "hits": { - "items": { - "$ref": "#/components/schemas/Association" - }, - "type": "array" - }, - "max_score": { - "format": "float", - "type": "number" - }, - "took": { - "type": "integer" - }, - "total": { - "type": "integer" - } - }, - "type": "object" - }, - "int64_or_array": { - "oneOf": [ - { - "items": { - "format": "int64", - "type": "integer" - }, - "type": "array" - }, - { - "format": "int64", - "type": "integer" - } - ] - }, - "string_or_array": { - "oneOf": [ - { - "items": { - "type": "string" - }, - "type": "array" - }, - { - "type": "string" - } - ] - } - }, - "x-bte-kgs-operations": { - "attribute-disease": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "Attribute" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.MONDO", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "attribute-disease1": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "Attribute" - } - ], - "outputs": [ - { - "id": "DOID", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.DOID", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease-doid" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "disease-disease1": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.MONDO", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "disease-disease2": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.MONDO", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "disease-disease3": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "outputs": [ - { - "id": "DOID", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.DOID", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease-doid" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "disease-disease4": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "outputs": [ - { - "id": "DOID", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.DOID", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease-doid" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "drug_exposure-disease1": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "DrugExposure" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.MONDO", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "drug_exposure-disease2": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "DrugExposure" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.MONDO", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "drug_exposure-disease3": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "DrugExposure" - } - ], - "outputs": [ - { - "id": "DOID", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.DOID", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease-doid" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "drug_exposure-disease4": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "DrugExposure" - } - ], - "outputs": [ - { - "id": "DOID", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.DOID", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease-doid" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "observation-disease": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "Observation" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.MONDO", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "observation-disease1": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "Observation" - } - ], - "outputs": [ - { - "id": "DOID", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.DOID", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease-doid" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "symptom-disease": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "Symptom" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.MONDO", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "symptom-disease1": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "Symptom" - } - ], - "outputs": [ - { - "id": "DOID", - "semantic": "DiseaseOrPhenotypicFeature" - } - ], - "parameters": { - "fields": "association,object.DOID", - "q": "subject.id:\"{inputs[0]}\"", - "size": "1000" - }, - "predicate": "affects_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease-doid" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ] + "type": "object" + }, + "QueryPOSTResult": { + "items": { + "allOf": [ + { + "$ref": "#/components/schemas/Association" }, - "x-bte-response-mapping": { - "disease": { - "MONDO": "hits.object.MONDO", - "has_auc_roc": "hits.association.has_auc_roc", - "has_feature_importance": "hits.association.has_feature_importance", - "relation": "hits.association.relation", - "uses_classifier": "hits.associatioin.uses_classifier" + { + "properties": { + "_score": { + "format": "float", + "type": "number" }, - "disease-doid": { - "DOID": "hits.object.DOID", - "has_auc_roc": "hits.association.has_auc_roc", - "has_feature_importance": "hits.association.has_feature_importance", - "relation": "hits.association.relation", - "uses_classifier": "hits.associatioin.uses_classifier" + "query": { + "type": "string" } + }, + "type": "object" } + ] }, - "info": { - "contact": { - "email": "help@biothings.io", - "name": "JIWEN XIN", - "x-id": "https://github.com/kevinxin90", - "x-role": "responsible developer" + "type": "array" + }, + "QueryResult": { + "properties": { + "hits": { + "items": { + "$ref": "#/components/schemas/Association" }, - "description": "Documentation of the Clinical Risk KP query web services.", - "termsOfService": "https://biothings.io/about", - "title": "Clinical Risk KP API", - "version": "1.0", - "x-translator": { - "component": "KP", - "team": [ - "Multiomics Provider", - "Service Provider" - ] - } + "type": "array" + }, + "max_score": { + "format": "float", + "type": "number" + }, + "took": { + "type": "integer" + }, + "total": { + "type": "integer" + } }, - "openapi": "3.0.0", - "paths": { - "/association": { - "post": { - "parameters": [ - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "ids": { - "description": "multiple association IDs separated by comma. Note that currently we only take the input ids up to 1000 maximum, the rest will be omitted. Type: string (list). Max: 1000.", - "type": "string" - } - }, - "required": [ - "ids" - ] - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/Association" - }, - "type": "array" - } - } - }, - "description": "A list of matching association objects" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "For a list of association IDs, return the matching disease object", - "tags": [ - "association" - ] - } - }, - "/association/{associationid}": { - "get": { - "parameters": [ - { - "description": "Retrieve association objects based on Association ID Supports JSONP and CORS as well.", - "example": "NCIT:C25150-Age-diabetes mellitus (disease)-Gradient Boosting-34.87", - "in": "path", - "name": "associationid", - "required": true, - "schema": { - "type": "string" - } - }, - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Association" - } - } - }, - "description": "A matching association object" - }, - "404": { - "description": "A response indicating an unknown association ID" - } - }, - "summary": "Retrieve association objects based on ID", - "tags": [ - "association" - ] - } + "type": "object" + }, + "int64_or_array": { + "oneOf": [ + { + "items": { + "format": "int64", + "type": "integer" }, - "/metadata": { - "get": { - "parameters": [ - { - "$ref": "#/components/parameters/callback", - "in": "query", - "name": "callback" - } - ], - "responses": { - "200": { - "description": "KP metadata object" - } - }, - "summary": "Get metadata about the data available from the API", - "tags": [ - "metadata" - ] - } - }, - "/metadata/fields": { - "get": { - "parameters": [ - { - "$ref": "#/components/parameters/search", - "name": "search" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/prefix", - "name": "prefix" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "description": "metadata fields object" - } - }, - "summary": "Get metadata about the data fields available", - "tags": [ - "metadata" - ] - } + "type": "array" + }, + { + "format": "int64", + "type": "integer" + } + ] + }, + "string_or_array": { + "oneOf": [ + { + "items": { + "type": "string" }, - "/query": { - "get": { - "parameters": [ - { - "description": "Query string.", - "example": "subject.id:NCIT\\:C28421", - "in": "query", - "name": "q", - "required": true, - "schema": { - "type": "string" - } - }, - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/facet_size", - "name": "facet_size" - }, - { - "$ref": "#/components/parameters/sort", - "name": "sort" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/facets", - "name": "facets" - }, - { - "$ref": "#/components/parameters/size", - "name": "size" - }, - { - "$ref": "#/components/parameters/from", - "name": "from" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueryResult" - } - } - }, - "description": "A query response with the \"hits\" property" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "Make queries and return matching association hits. Supports JSONP and CORS as well.", - "tags": [ - "query" - ], - "x-bte-kgs-operations": [ - { - "$ref": "#/components/x-bte-kgs-operations/attribute-disease" - }, - { - "$ref": "#/components/x-bte-kgs-operations/drug_exposure-disease1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/drug_exposure-disease2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/observation-disease" - }, - { - "$ref": "#/components/x-bte-kgs-operations/symptom-disease" - }, - { - "$ref": "#/components/x-bte-kgs-operations/disease-disease1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/disease-disease2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/attribute-disease1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/drug_exposure-disease3" - }, - { - "$ref": "#/components/x-bte-kgs-operations/drug_exposure-disease4" - }, - { - "$ref": "#/components/x-bte-kgs-operations/observation-disease1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/symptom-disease1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/disease-disease3" - }, - { - "$ref": "#/components/x-bte-kgs-operations/disease-disease4" - } - ] - }, - "post": { - "parameters": [ - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/size", - "name": "size" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "q": { - "description": "multiple query terms separated by comma (also \"+\" or whitespace). Does not support wildcard queries", - "type": "string" - }, - "scopes": { - "description": "a comma-separated list of fields as the search \"scopes\" (fields to search through for query term). The available \"fields\" that can be passed to the \"scopes\" parameter are listed in the **/metadata/fields** endpoint.string Default: \"scopes=_id\".", - "type": "string" - } - } - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueryPOSTResult" - } - } - }, - "description": "Query response objects with the \"hits\" property" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "Make batch disease queries and return matching disease hits", - "tags": [ - "query" - ] - } + "type": "array" + }, + { + "type": "string" + } + ] + } + }, + "x-bte-kgs-operations": { + "attribute-disease": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "Attribute" } - }, - "servers": [ + ], + "outputs": [ { - "description": "Encrypted Production server", - "url": "https://biothings.ncats.io/clinical_risk_kp" - }, + "id": "MONDO", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "parameters": { + "fields": "association,object.MONDO", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "attribute-disease1": [ + { + "inputs": [ { - "description": "Production server", - "url": "http://biothings.ncats.io/clinical_risk_kp" + "id": "NCIT", + "semantic": "Attribute" } - ], - "tags": [ + ], + "outputs": [ { - "name": "disease" - }, + "id": "DOID", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "parameters": { + "fields": "association,object.DOID", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease-doid" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "disease-disease1": [ + { + "inputs": [ { - "name": "association" - }, + "id": "NCIT", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "outputs": [ { - "name": "annotation" - }, + "id": "MONDO", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "parameters": { + "fields": "association,object.MONDO", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "disease-disease2": [ + { + "inputs": [ { - "name": "query" - }, + "id": "MONDO", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "outputs": [ { - "name": "translator" - }, + "id": "MONDO", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "parameters": { + "fields": "association,object.MONDO", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "disease-disease3": [ + { + "inputs": [ { - "name": "biothings" - }, + "id": "NCIT", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "outputs": [ { - "name": "biothings_graph" + "id": "DOID", + "semantic": "DiseaseOrPhenotypicFeature" } - ] - }, - { - "_id": "adf20dd6ff23dfe18e8e012bde686e31", - "_meta": { - "date_created": "2020-12-07T23:04:56.997349+00:00", - "last_updated": "2021-03-05T08:01:55.255825+00:00", - "url": "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/master/drug_response_kp/smartapi.yaml", - "username": "kevinxin90" - }, - "_score": 2.6717887, - "_status": { - "refresh_status": 200, - "refresh_ts": "2021-03-05T08:01:55+00:00", - "uptime_status": "good", - "uptime_ts": "2021-03-05T08:08:34.661018" - }, - "components": { - "parameters": { - "callback": { - "description": "you can pass a \"callback\" parameter to make a JSONP call. Type: string.", - "in": "query", - "name": "callback", - "schema": { - "type": "string" - } - }, - "dotfield": { - "description": "control the format of the returned chem object. If \"true\" or \"1\", all fields will be collapsed into a single level deep object (all nested objects will be a single level deep, using dotfield notation to signify the nested structure) Type: boolean. Default: false.", - "in": "query", - "name": "dotfield", - "schema": { - "type": "boolean" - } - }, - "email": { - "description": "If you are regular users of our services, we encourage you to provide us with an email, so that we can better track the usage or follow up with you.", - "in": "query", - "name": "email", - "schema": { - "type": "string" - } - }, - "facet_size": { - "description": "the number of facet buckets to return in the response. Type: integer. Default: 10. Max: 1000.", - "in": "query", - "name": "facet_size", - "schema": { - "type": "integer" - } - }, - "facets": { - "description": "a comma-separated list of fields to return facets on. In addition to query hits, the fields notated in \"facets\" will be aggregated by value and bucklet counts will be displayed in the \"facets\" field of the response object. Type: string (list). Default: None. Max: 1000.", - "in": "query", - "name": "facets", - "schema": { - "type": "string" - } - }, - "fields": { - "description": "a comma-separated list of fields (in dotfield notation) used to limit the fields returned from the matching chem hit(s). The supported field names can be found from any chem object or from the /metadata/fields endpoint. If \"fields=all\", all available fields will be returned. Type: string (list). Default: all. Max: 1000.", - "in": "query", - "name": "fields", - "schema": { - "type": "string" - } - }, - "format": { - "description": "controls output format of server response, currently supports: \"json\", \"jsonld\", \"html\". Type: string. Default: json.", - "in": "query", - "name": "format", - "schema": { - "type": "string" - } - }, - "from": { - "description": "the number of matching chem hits to skip, starting from 0. This can be useful for paging in combination with the \"size\" parameter. Type: integer. Default: None.", - "in": "query", - "name": "from", - "schema": { - "type": "integer" - } - }, - "prefix": { - "description": "Pass a prefix string to filter the available fields. Type: string. Default: None.", - "in": "query", - "name": "prefix", - "schema": { - "type": "string" - } - }, - "search": { - "description": "Pass a search term to filter the available fields. Type: string. Default: None.", - "in": "query", - "name": "search", - "schema": { - "type": "string" - } - }, - "size": { - "description": "the maximum number of matching chem hits to return per batch. Type: integer. Default: 10.", - "in": "query", - "name": "size", - "schema": { - "type": "integer" - } - }, - "sort": { - "description": "the comma-separated list of fields to sort on. Prefix each with \"-\" for descending order, otherwise in ascending order. Default: sort by descending score.", - "in": "query", - "name": "sort", - "schema": { - "type": "string" - } - } - }, - "schemas": { - "Association": { - "properties": { - "_id": { - "type": "string" - } - }, - "required": [ - "_id" - ], - "type": "object" - }, - "ErrorResult": { - "properties": { - "message": { - "type": "string" - }, - "success": { - "type": "boolean" - } - }, - "type": "object" - }, - "QueryPOSTResult": { - "items": { - "allOf": [ - { - "$ref": "#/components/schemas/Association" - }, - { - "properties": { - "_score": { - "format": "float", - "type": "number" - }, - "query": { - "type": "string" - } - }, - "type": "object" - } - ] - }, - "type": "array" - }, - "QueryResult": { - "properties": { - "hits": { - "items": { - "$ref": "#/components/schemas/Association" - }, - "type": "array" - }, - "max_score": { - "format": "float", - "type": "number" - }, - "took": { - "type": "integer" - }, - "total": { - "type": "integer" - } - }, - "type": "object" - }, - "int64_or_array": { - "oneOf": [ - { - "items": { - "format": "int64", - "type": "integer" - }, - "type": "array" - }, - { - "format": "int64", - "type": "integer" - } - ] - }, - "string_or_array": { - "oneOf": [ - { - "items": { - "type": "string" - }, - "type": "array" - }, - { - "type": "string" - } - ] - } - }, - "x-bte-kgs-operations": { - "chemical-gene": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCBIGENE", - "semantic": "Gene" - } - ], - "parameters": { - "fields": "association.context.disease.mondo,subject.NCBIGENE,association.effect_size,association.pvalue", - "q": "object.PUBCHEM:{inputs[0]} AND association.effect_size:<0 AND association.pvalue:<0.05", - "size": "1000", - "sort": "association.pvalue" - }, - "predicate": "gene_has_variant_that_contributes_to_drug_response_association", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/chemical-gene" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "gene-chemical": [ - { - "inputs": [ - { - "id": "NCBIGENE", - "semantic": "Gene" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "association.context.disease.mondo,object.PUBCHEM,association.effect_size,association.pvalue", - "q": "subject.NCBIGENE:{inputs[0]} AND association.effect_size:<0 AND association.pvalue:<0.05", - "size": "1000", - "sort": "association.pvalue" - }, - "predicate": "gene_has_variant_that_contributes_to_drug_response_association", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/gene-chemical" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ] - }, - "x-bte-response-mapping": { - "chemical-gene": { - "NCBIGENE": "hits.subject.NCBIGENE", - "disease_context": "hits.association.context.disease.mondo", - "effect_size": "hits.association.effect_size", - "pvalue": "hits.association.pvalue" - }, - "gene-chemical": { - "PUBCHEM": "hits.object.PUBCHEM", - "disease_context": "hits.association.context.disease.mondo", - "effect_size": "hits.association.effect_size", - "pvalue": "hits.association.pvalue" - } + ], + "parameters": { + "fields": "association,object.DOID", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease-doid" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "disease-disease4": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "DiseaseOrPhenotypicFeature" } - }, - "info": { - "contact": { - "email": "help@biothings.io", - "name": "JIWEN XIN", - "x-id": "https://github.com/kevinxin90", - "x-role": "responsible developer" - }, - "description": "Documentation of the Drug Response KP query web services.", - "termsOfService": "https://biothings.io/about", - "title": "Drug Response KP API", - "version": "1.0", - "x-translator": { - "component": "KP", - "team": [ - "Multiomics Provider", - "Service Provider" - ] + ], + "outputs": [ + { + "id": "DOID", + "semantic": "DiseaseOrPhenotypicFeature" } - }, - "openapi": "3.0.0", - "paths": { - "/association": { - "post": { - "parameters": [ - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "ids": { - "description": "multiple association IDs separated by comma. Note that currently we only take the input ids up to 1000 maximum, the rest will be omitted. Type: string (list). Max: 1000.", - "type": "string" - } - }, - "required": [ - "ids" - ] - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/Association" - }, - "type": "array" - } - } - }, - "description": "A list of matching association objects" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "For a list of association IDs, return the matching disease object", - "tags": [ - "association" - ] - } - }, - "/association/{associationid}": { - "get": { - "parameters": [ - { - "description": "Retrieve association objects based on Association ID Supports JSONP and CORS as well.", - "example": "NRAS-TCGA-LUAD", - "in": "path", - "name": "associationid", - "required": true, - "schema": { - "type": "string" - } - }, - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Association" - } - } - }, - "description": "A matching association object" - }, - "404": { - "description": "A response indicating an unknown association ID" - } - }, - "summary": "Retrieve association objects based on ID", - "tags": [ - "association" - ] - } - }, - "/metadata": { - "get": { - "parameters": [ - { - "$ref": "#/components/parameters/callback", - "in": "query", - "name": "callback" - } - ], - "responses": { - "200": { - "description": "KP metadata object" - } - }, - "summary": "Get metadata about the data available from the API", - "tags": [ - "metadata" - ] - } - }, - "/metadata/fields": { - "get": { - "parameters": [ - { - "$ref": "#/components/parameters/search", - "name": "search" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/prefix", - "name": "prefix" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "description": "metadata fields object" - } - }, - "summary": "Get metadata about the data fields available", - "tags": [ - "metadata" - ] - } - }, - "/query": { - "get": { - "parameters": [ - { - "description": "Query string.", - "example": "subject.NCBIGENE:51742", - "in": "query", - "name": "q", - "required": true, - "schema": { - "type": "string" - } - }, - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/facet_size", - "name": "facet_size" - }, - { - "$ref": "#/components/parameters/sort", - "name": "sort" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/facets", - "name": "facets" - }, - { - "$ref": "#/components/parameters/size", - "name": "size" - }, - { - "$ref": "#/components/parameters/from", - "name": "from" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueryResult" - } - } - }, - "description": "A query response with the \"hits\" property" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "Make queries and return matching association hits. Supports JSONP and CORS as well.", - "tags": [ - "query" - ], - "x-bte-kgs-operations": [ - { - "$ref": "#/components/x-bte-kgs-operations/chemical-gene" - }, - { - "$ref": "#/components/x-bte-kgs-operations/gene-chemical" - } - ] - }, - "post": { - "parameters": [ - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/size", - "name": "size" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "q": { - "description": "multiple query terms separated by comma (also \"+\" or whitespace). Does not support wildcard queries", - "type": "string" - }, - "scopes": { - "description": "a comma-separated list of fields as the search \"scopes\" (fields to search through for query term). The available \"fields\" that can be passed to the \"scopes\" parameter are listed in the **/metadata/fields** endpoint.string Default: \"scopes=_id\".", - "type": "string" - } - } - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueryPOSTResult" - } - } - }, - "description": "Query response objects with the \"hits\" property" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "Make batch disease queries and return matching disease hits", - "tags": [ - "query" - ] - } + ], + "parameters": { + "fields": "association,object.DOID", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease-doid" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "drug_exposure-disease1": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "DrugExposure" } - }, - "servers": [ + ], + "outputs": [ { - "description": "Encrypted Production server", - "url": "https://biothings.ncats.io/drug_response_kp" - }, + "id": "MONDO", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "parameters": { + "fields": "association,object.MONDO", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "drug_exposure-disease2": [ + { + "inputs": [ { - "description": "Production server", - "url": "http://biothings.ncats.io/drug_response_kp" + "id": "CHEBI", + "semantic": "DrugExposure" } - ], - "tags": [ + ], + "outputs": [ { - "name": "gene" - }, + "id": "MONDO", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "parameters": { + "fields": "association,object.MONDO", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "drug_exposure-disease3": [ + { + "inputs": [ { - "name": "disease" - }, + "id": "NCIT", + "semantic": "DrugExposure" + } + ], + "outputs": [ { - "name": "chemical" - }, + "id": "DOID", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "parameters": { + "fields": "association,object.DOID", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease-doid" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "drug_exposure-disease4": [ + { + "inputs": [ { - "name": "association" - }, + "id": "CHEBI", + "semantic": "DrugExposure" + } + ], + "outputs": [ { - "name": "annotation" - }, + "id": "DOID", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "parameters": { + "fields": "association,object.DOID", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease-doid" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "observation-disease": [ + { + "inputs": [ { - "name": "query" - }, + "id": "NCIT", + "semantic": "Observation" + } + ], + "outputs": [ { - "name": "translator" - }, + "id": "MONDO", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "parameters": { + "fields": "association,object.MONDO", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "observation-disease1": [ + { + "inputs": [ { - "name": "biothings" - }, + "id": "NCIT", + "semantic": "Observation" + } + ], + "outputs": [ { - "name": "biothings_graph" + "id": "DOID", + "semantic": "DiseaseOrPhenotypicFeature" } - ] + ], + "parameters": { + "fields": "association,object.DOID", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease-doid" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "symptom-disease": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "Symptom" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "parameters": { + "fields": "association,object.MONDO", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "symptom-disease1": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "Symptom" + } + ], + "outputs": [ + { + "id": "DOID", + "semantic": "DiseaseOrPhenotypicFeature" + } + ], + "parameters": { + "fields": "association,object.DOID", + "q": "subject.id:\"{inputs[0]}\"", + "size": "1000" + }, + "predicate": "affects_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease-doid" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ] }, - { - "_id": "1bef5ecbb0b9aee90023ce9faa2c8974", - "_meta": { - "date_created": "2021-02-05T00:07:47.751386+00:00", - "last_updated": "2021-03-05T08:02:25.604478+00:00", - "url": "https://storage.googleapis.com/multiomics_provider_kp_data/clinical_risk_kp.yaml", - "username": "rtroper" - }, - "_score": 2.6717887, - "_status": { - "refresh_status": 200, - "refresh_ts": "2021-03-05T08:02:24+00:00", - "uptime_status": "good", - "uptime_ts": "2021-03-05T08:08:36.916502" - }, - "components": { - "parameters": { - "callback": { - "description": "you can pass a \"callback\" parameter to make a JSONP call. Type: string.", - "in": "query", - "name": "callback", - "schema": { - "type": "string" - } - }, - "dotfield": { - "description": "control the format of the returned chem object. If \"true\" or \"1\", all fields will be collapsed into a single level deep object (all nested objects will be a single level deep, using dotfield notation to signify the nested structure) Type: boolean. Default: false.", - "in": "query", - "name": "dotfield", - "schema": { - "type": "boolean" - } - }, - "email": { - "description": "If you are regular users of our services, we encourage you to provide us with an email, so that we can better track the usage or follow up with you.", - "in": "query", - "name": "email", - "schema": { - "type": "string" - } - }, - "facet_size": { - "description": "the number of facet buckets to return in the response. Type: integer. Default: 10. Max: 1000.", - "in": "query", - "name": "facet_size", - "schema": { - "type": "integer" - } - }, - "facets": { - "description": "a comma-separated list of fields to return facets on. In addition to query hits, the fields notated in \"facets\" will be aggregated by value and bucklet counts will be displayed in the \"facets\" field of the response object. Type: string (list). Default: None. Max: 1000.", - "in": "query", - "name": "facets", - "schema": { - "type": "string" - } - }, - "fields": { - "description": "a comma-separated list of fields (in dotfield notation) used to limit the fields returned from the matching chem hit(s). The supported field names can be found from any chem object or from the /metadata/fields endpoint. If \"fields=all\", all available fields will be returned. Type: string (list). Default: all. Max: 1000.", - "in": "query", - "name": "fields", - "schema": { - "type": "string" - } - }, - "format": { - "description": "controls output format of server response, currently supports: \"json\", \"jsonld\", \"html\". Type: string. Default: json.", - "in": "query", - "name": "format", - "schema": { - "type": "string" - } - }, - "from": { - "description": "the number of matching chem hits to skip, starting from 0. This can be useful for paging in combination with the \"size\" parameter. Type: integer. Default: None.", - "in": "query", - "name": "from", - "schema": { - "type": "integer" - } - }, - "prefix": { - "description": "Pass a prefix string to filter the available fields. Type: string. Default: None.", - "in": "query", - "name": "prefix", - "schema": { - "type": "string" - } - }, - "search": { - "description": "Pass a search term to filter the available fields. Type: string. Default: None.", - "in": "query", - "name": "search", - "schema": { - "type": "string" - } - }, - "size": { - "description": "the maximum number of matching chem hits to return per batch. Type: integer. Default: 10.", - "in": "query", - "name": "size", - "schema": { - "type": "integer" - } + "x-bte-response-mapping": { + "disease": { + "MONDO": "hits.object.MONDO", + "has_auc_roc": "hits.association.has_auc_roc", + "has_feature_importance": "hits.association.has_feature_importance", + "relation": "hits.association.relation", + "uses_classifier": "hits.associatioin.uses_classifier" + }, + "disease-doid": { + "DOID": "hits.object.DOID", + "has_auc_roc": "hits.association.has_auc_roc", + "has_feature_importance": "hits.association.has_feature_importance", + "relation": "hits.association.relation", + "uses_classifier": "hits.associatioin.uses_classifier" + } + } + }, + "info": { + "contact": { + "email": "help@biothings.io", + "name": "JIWEN XIN", + "x-id": "https://github.com/kevinxin90", + "x-role": "responsible developer" + }, + "description": "Documentation of the Clinical Risk KP query web services.", + "termsOfService": "https://biothings.io/about", + "title": "Clinical Risk KP API", + "version": "1.0", + "x-translator": { + "component": "KP", + "team": ["Multiomics Provider", "Service Provider"] + } + }, + "openapi": "3.0.0", + "paths": { + "/association": { + "post": { + "parameters": [ + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "properties": { + "ids": { + "description": "multiple association IDs separated by comma. Note that currently we only take the input ids up to 1000 maximum, the rest will be omitted. Type: string (list). Max: 1000.", + "type": "string" + } }, - "sort": { - "description": "the comma-separated list of fields to sort on. Prefix each with \"-\" for descending order, otherwise in ascending order. Default: sort by descending score.", - "in": "query", - "name": "sort", - "schema": { - "type": "string" - } + "required": ["ids"] + } + } + } + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "items": { + "$ref": "#/components/schemas/Association" + }, + "type": "array" } + } }, - "schemas": { - "Association": { - "properties": { - "_id": { - "type": "string" - } - }, - "required": [ - "_id" - ], - "type": "object" - }, - "ErrorResult": { - "properties": { - "message": { - "type": "string" - }, - "success": { - "type": "boolean" - } - }, - "type": "object" - }, - "QueryPOSTResult": { - "items": { - "allOf": [ - { - "$ref": "#/components/schemas/Association" - }, - { - "properties": { - "_score": { - "format": "float", - "type": "number" - }, - "query": { - "type": "string" - } - }, - "type": "object" - } - ] - }, - "type": "array" - }, - "QueryResult": { - "properties": { - "hits": { - "items": { - "$ref": "#/components/schemas/Association" - }, - "type": "array" - }, - "max_score": { - "format": "float", - "type": "number" - }, - "took": { - "type": "integer" - }, - "total": { - "type": "integer" - } - }, - "type": "object" - }, - "int64_or_array": { - "oneOf": [ - { - "items": { - "format": "int64", - "type": "integer" - }, - "type": "array" - }, - { - "format": "int64", - "type": "integer" - } - ] - }, - "string_or_array": { - "oneOf": [ - { - "items": { - "type": "string" - }, - "type": "array" - }, - { - "type": "string" - } - ] + "description": "A list of matching association objects" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" } + } }, - "x-bte-kgs-operations": { - "SmallMolecule-SmallMolecule-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-ClinicalFinding-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-ClinicalFinding-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-ClinicalFinding-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-ClinicalFinding-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-ClinicalFinding-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Disease-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Disease-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Disease-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Disease-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Disease-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Disease-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Disease1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Disease1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Disease1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Disease1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Disease1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Disease1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Drug-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Drug-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Drug-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Drug-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Drug-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Drug-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Drug1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Drug1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Drug1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Drug1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Drug1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Drug1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-PhenotypicFeature-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-PhenotypicFeature-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-PhenotypicFeature-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-PhenotypicFeature-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-SmallMolecule-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-SmallMolecule-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-SmallMolecule-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-SmallMolecule-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-SmallMolecule-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-SmallMolecule-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-ClinicalFinding-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-ClinicalFinding-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-ClinicalFinding-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-ClinicalFinding-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-ClinicalFinding-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Disease-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Disease-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Disease-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Disease-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Disease-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Disease-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Disease1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Disease1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Disease1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Disease1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Disease1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Disease1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Drug-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Drug-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Drug-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Drug-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Drug-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Drug-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Drug1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Drug1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Drug1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Drug1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Drug1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-Drug1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-PhenotypicFeature-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-PhenotypicFeature-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-PhenotypicFeature-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "ClinicalFinding-PhenotypicFeature-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-SmallMolecule-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-SmallMolecule-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-SmallMolecule-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-SmallMolecule-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-SmallMolecule-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-SmallMolecule-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-ClinicalFinding-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-ClinicalFinding-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-ClinicalFinding-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-ClinicalFinding-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-ClinicalFinding-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Disease-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Disease-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Disease-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Disease-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Disease-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Disease-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Disease1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Disease1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Disease1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Disease1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Disease1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Disease1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Drug-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Drug-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Drug-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Drug-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Drug-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Drug-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Drug1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Drug1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Drug1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Drug1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Drug1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-Drug1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-PhenotypicFeature-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-PhenotypicFeature-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-PhenotypicFeature-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease-PhenotypicFeature-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-SmallMolecule-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-SmallMolecule-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-SmallMolecule-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-SmallMolecule-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-SmallMolecule-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-SmallMolecule-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-ClinicalFinding-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-ClinicalFinding-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-ClinicalFinding-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-ClinicalFinding-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-ClinicalFinding-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Disease-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Disease-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Disease-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Disease-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Disease-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Disease-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Disease1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Disease1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Disease1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Disease1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Disease1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Disease1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Drug-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Drug-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Drug-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Drug-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Drug-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Drug-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Drug1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Drug1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Drug1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Drug1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Drug1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-Drug1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-PhenotypicFeature-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-PhenotypicFeature-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-PhenotypicFeature-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.HP:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Disease1-PhenotypicFeature-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.HP:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-SmallMolecule-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-SmallMolecule-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-SmallMolecule-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-SmallMolecule-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-SmallMolecule-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-SmallMolecule-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-ClinicalFinding-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-ClinicalFinding-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-ClinicalFinding-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-ClinicalFinding-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-ClinicalFinding-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Disease-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Disease-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Disease-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Disease-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Disease-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Disease-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Disease1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Disease1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Disease1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Disease1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Disease1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Disease1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Drug-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Drug-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Drug-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Drug-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Drug-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Drug-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Drug1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Drug1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Drug1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Drug1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Drug1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-Drug1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-PhenotypicFeature-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-PhenotypicFeature-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-PhenotypicFeature-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug-PhenotypicFeature-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-SmallMolecule-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-SmallMolecule-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-SmallMolecule-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-SmallMolecule-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-SmallMolecule-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-SmallMolecule-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-ClinicalFinding-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-ClinicalFinding-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-ClinicalFinding-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-ClinicalFinding-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-ClinicalFinding-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Disease-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Disease-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Disease-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Disease-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Disease-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Disease-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Disease1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Disease1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Disease1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Disease1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Disease1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Disease1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Drug-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Drug-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Drug-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Drug-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Drug-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Drug-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Drug1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Drug1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Drug1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Drug1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Drug1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-Drug1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-PhenotypicFeature-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-PhenotypicFeature-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-PhenotypicFeature-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Drug1-PhenotypicFeature-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-SmallMolecule-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-SmallMolecule-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-SmallMolecule-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-SmallMolecule-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-SmallMolecule-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-SmallMolecule-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-ClinicalFinding-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-ClinicalFinding-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-ClinicalFinding-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-ClinicalFinding-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-ClinicalFinding-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "ClinicalFinding" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Disease-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Disease-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Disease-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Disease-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Disease-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Disease-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Disease1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Disease1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Disease1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Disease1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Disease1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Disease1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "HP", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Disease-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Drug-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Drug-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Drug-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Drug-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Drug-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Drug-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "RXCUI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Drug1-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Drug1-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Drug1-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Drug1-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Drug1-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-Drug1-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "CHEBI", - "semantic": "Drug" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Drug-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-PhenotypicFeature-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-PhenotypicFeature-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-PhenotypicFeature-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "object,predicate", - "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_decreased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_increased_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "PhenotypicFeature-PhenotypicFeature-reverse-associated_with_risk_for": [ - { - "inputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "outputs": [ - { - "id": "NCIT", - "semantic": "PhenotypicFeature" - } - ], - "parameters": { - "fields": "subject,predicate", - "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", - "size": 1000, - "sort": "predicate.feature_coefficient" - }, - "predicate": "associated_with_risk_for", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ] - }, - "x-bte-response-mapping": { - "SmallMolecule": { - "CHEBI": "hits.object.CHEBI", - "auc_roc": "hits.predicate.auc_roc", - "classifier": "hits.predicate.classifier", - "feature_coefficient": "hits.predicate.feature_coefficient", - "feature_importance": "hits.predicate.feature_importance", - "provided_by": "hits.predicate.provided_by", - "type": "hits.predicate.type" - }, - "SmallMolecule-reverse": { - "CHEBI": "hits.subject.CHEBI", - "auc_roc": "hits.predicate.auc_roc", - "classifier": "hits.predicate.classifier", - "feature_coefficient": "hits.predicate.feature_coefficient", - "feature_importance": "hits.predicate.feature_importance", - "provided_by": "hits.predicate.provided_by", - "type": "hits.predicate.type" - }, - "ClinicalFinding": { - "NCIT": "hits.object.NCIT", - "auc_roc": "hits.predicate.auc_roc", - "classifier": "hits.predicate.classifier", - "feature_coefficient": "hits.predicate.feature_coefficient", - "feature_importance": "hits.predicate.feature_importance", - "provided_by": "hits.predicate.provided_by", - "type": "hits.predicate.type" - }, - "ClinicalFinding-reverse": { - "NCIT": "hits.subject.NCIT", - "auc_roc": "hits.predicate.auc_roc", - "classifier": "hits.predicate.classifier", - "feature_coefficient": "hits.predicate.feature_coefficient", - "feature_importance": "hits.predicate.feature_importance", - "provided_by": "hits.predicate.provided_by", - "type": "hits.predicate.type" - }, - "Disease": { - "HP": "hits.object.HP", - "MONDO": "hits.object.MONDO", - "auc_roc": "hits.predicate.auc_roc", - "classifier": "hits.predicate.classifier", - "feature_coefficient": "hits.predicate.feature_coefficient", - "feature_importance": "hits.predicate.feature_importance", - "provided_by": "hits.predicate.provided_by", - "type": "hits.predicate.type" - }, - "Disease-reverse": { - "HP": "hits.subject.HP", - "MONDO": "hits.subject.MONDO", - "auc_roc": "hits.predicate.auc_roc", - "classifier": "hits.predicate.classifier", - "feature_coefficient": "hits.predicate.feature_coefficient", - "feature_importance": "hits.predicate.feature_importance", - "provided_by": "hits.predicate.provided_by", - "type": "hits.predicate.type" - }, - "Drug": { - "CHEBI": "hits.object.CHEBI", - "RXCUI": "hits.object.RXCUI", - "auc_roc": "hits.predicate.auc_roc", - "classifier": "hits.predicate.classifier", - "feature_coefficient": "hits.predicate.feature_coefficient", - "feature_importance": "hits.predicate.feature_importance", - "provided_by": "hits.predicate.provided_by", - "type": "hits.predicate.type" - }, - "Drug-reverse": { - "CHEBI": "hits.subject.CHEBI", - "RXCUI": "hits.subject.RXCUI", - "auc_roc": "hits.predicate.auc_roc", - "classifier": "hits.predicate.classifier", - "feature_coefficient": "hits.predicate.feature_coefficient", - "feature_importance": "hits.predicate.feature_importance", - "provided_by": "hits.predicate.provided_by", - "type": "hits.predicate.type" - }, - "PhenotypicFeature": { - "NCIT": "hits.object.NCIT", - "auc_roc": "hits.predicate.auc_roc", - "classifier": "hits.predicate.classifier", - "feature_coefficient": "hits.predicate.feature_coefficient", - "feature_importance": "hits.predicate.feature_importance", - "provided_by": "hits.predicate.provided_by", - "type": "hits.predicate.type" - }, - "PhenotypicFeature-reverse": { - "NCIT": "hits.subject.NCIT", - "auc_roc": "hits.predicate.auc_roc", - "classifier": "hits.predicate.classifier", - "feature_coefficient": "hits.predicate.feature_coefficient", - "feature_importance": "hits.predicate.feature_importance", - "provided_by": "hits.predicate.provided_by", - "type": "hits.predicate.type" - } - } + "description": "A response indicating an improperly formatted query" + } }, - "info": { - "contact": { - "email": "help@biothings.io", - "name": "JIWEN XIN", - "x-id": "https://github.com/kevinxin90", - "x-role": "responsible developer" - }, - "description": "Documentation of the Clinical Risk KP query web services.", - "termsOfService": "https://biothings.io/about", - "title": "Clinical Risk KP API", - "version": "1.0", - "x-translator": { - "component": "KP", - "team": [ - "Multiomics Provider", - "Service Provider" - ] + "summary": "For a list of association IDs, return the matching disease object", + "tags": ["association"] + } + }, + "/association/{associationid}": { + "get": { + "parameters": [ + { + "description": "Retrieve association objects based on Association ID Supports JSONP and CORS as well.", + "example": "NCIT:C25150-Age-diabetes mellitus (disease)-Gradient Boosting-34.87", + "in": "path", + "name": "associationid", + "required": true, + "schema": { + "type": "string" } - }, - "openapi": "3.0.0", - "paths": { - "/association": { - "post": { - "parameters": [ - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "ids": { - "description": "multiple association IDs separated by comma. Note that currently we only take the input ids up to 1000 maximum, the rest will be omitted. Type: string (list). Max: 1000.", - "type": "string" - } - }, - "required": [ - "ids" - ] - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/Association" - }, - "type": "array" - } - } - }, - "description": "A list of matching association objects" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "For a list of association IDs, return the matching disease object", - "tags": [ - "association" - ] - } - }, - "/association/{associationid}": { - "get": { - "parameters": [ - { - "description": "Retrieve association objects based on Association ID Supports JSONP and CORS as well.", - "example": "RXCUI:89821-biolink:associated_with_decreased_risk_for-MONDO:0005002-Logistic Regression-0.8655-0.3888--0.388", - "in": "path", - "name": "associationid", - "required": true, - "schema": { - "type": "string" - } - }, - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Association" - } - } - }, - "description": "A matching association object" - }, - "404": { - "description": "A response indicating an unknown association ID" - } - }, - "summary": "Retrieve association objects based on ID", - "tags": [ - "association" - ] + }, + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Association" } + } }, - "/metadata": { - "get": { - "parameters": [ - { - "$ref": "#/components/parameters/callback", - "in": "query", - "name": "callback" - } - ], - "responses": { - "200": { - "description": "KP metadata object" - } - }, - "summary": "Get metadata about the data available from the API", - "tags": [ - "metadata" - ] + "description": "A matching association object" + }, + "404": { + "description": "A response indicating an unknown association ID" + } + }, + "summary": "Retrieve association objects based on ID", + "tags": ["association"] + } + }, + "/metadata": { + "get": { + "parameters": [ + { + "$ref": "#/components/parameters/callback", + "in": "query", + "name": "callback" + } + ], + "responses": { + "200": { + "description": "KP metadata object" + } + }, + "summary": "Get metadata about the data available from the API", + "tags": ["metadata"] + } + }, + "/metadata/fields": { + "get": { + "parameters": [ + { + "$ref": "#/components/parameters/search", + "name": "search" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/prefix", + "name": "prefix" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "description": "metadata fields object" + } + }, + "summary": "Get metadata about the data fields available", + "tags": ["metadata"] + } + }, + "/query": { + "get": { + "parameters": [ + { + "description": "Query string.", + "example": "subject.id:NCIT\\:C28421", + "in": "query", + "name": "q", + "required": true, + "schema": { + "type": "string" + } + }, + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/facet_size", + "name": "facet_size" + }, + { + "$ref": "#/components/parameters/sort", + "name": "sort" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/facets", + "name": "facets" + }, + { + "$ref": "#/components/parameters/size", + "name": "size" + }, + { + "$ref": "#/components/parameters/from", + "name": "from" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryResult" } + } }, - "/metadata/fields": { - "get": { - "parameters": [ - { - "$ref": "#/components/parameters/search", - "name": "search" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/prefix", - "name": "prefix" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "description": "metadata fields object" - } - }, - "summary": "Get metadata about the data fields available", - "tags": [ - "metadata" - ] + "description": "A query response with the \"hits\" property" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" } + } }, - "/query": { - "get": { - "parameters": [ - { - "description": "Query string.", - "example": "subject.id:MONDO\\:0004981", - "in": "query", - "name": "q", - "required": true, - "schema": { - "type": "string" - } - }, - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/facet_size", - "name": "facet_size" - }, - { - "$ref": "#/components/parameters/sort", - "name": "sort" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/facets", - "name": "facets" - }, - { - "$ref": "#/components/parameters/size", - "name": "size" - }, - { - "$ref": "#/components/parameters/from", - "name": "from" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueryResult" - } - } - }, - "description": "A query response with the \"hits\" property" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "Make queries and return matching association hits. Supports JSONP and CORS as well.", - "tags": [ - "query" - ], - "x-bte-kgs-operations": [ - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Disease-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Disease-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Disease1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Disease1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Drug-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Drug-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Drug1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Drug1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-SmallMolecule-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-SmallMolecule-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-PhenotypicFeature-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-PhenotypicFeature-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-ClinicalFinding-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-ClinicalFinding-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-SmallMolecule-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-SmallMolecule-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-PhenotypicFeature-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-PhenotypicFeature-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-ClinicalFinding-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-ClinicalFinding-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Disease-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Disease-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Disease1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Disease1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Drug-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Drug-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Drug1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Drug1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-SmallMolecule-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-SmallMolecule-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-PhenotypicFeature-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-PhenotypicFeature-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-ClinicalFinding-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-ClinicalFinding-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-SmallMolecule-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-SmallMolecule-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-PhenotypicFeature-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-PhenotypicFeature-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-ClinicalFinding-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-ClinicalFinding-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-PhenotypicFeature-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-PhenotypicFeature-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-ClinicalFinding-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-ClinicalFinding-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-SmallMolecule-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-SmallMolecule-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-PhenotypicFeature-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-PhenotypicFeature-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-ClinicalFinding-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-ClinicalFinding-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug1-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug1-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-SmallMolecule-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-SmallMolecule-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-PhenotypicFeature-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-PhenotypicFeature-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-ClinicalFinding-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-ClinicalFinding-reverse-associated_with_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Disease-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Disease-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Disease1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Disease1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Drug-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Drug-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Drug1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Drug1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-SmallMolecule-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-SmallMolecule-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-PhenotypicFeature-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-PhenotypicFeature-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-ClinicalFinding-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-ClinicalFinding-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-SmallMolecule-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-SmallMolecule-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-PhenotypicFeature-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-PhenotypicFeature-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-ClinicalFinding-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-ClinicalFinding-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Disease-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Disease-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Disease1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Disease1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Drug-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Drug-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Drug1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Drug1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-SmallMolecule-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-SmallMolecule-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-PhenotypicFeature-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-PhenotypicFeature-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-ClinicalFinding-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-ClinicalFinding-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-SmallMolecule-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-SmallMolecule-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-PhenotypicFeature-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-PhenotypicFeature-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-ClinicalFinding-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-ClinicalFinding-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-PhenotypicFeature-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-PhenotypicFeature-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-ClinicalFinding-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-ClinicalFinding-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-SmallMolecule-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-SmallMolecule-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-PhenotypicFeature-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-PhenotypicFeature-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-ClinicalFinding-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-ClinicalFinding-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug1-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug1-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-SmallMolecule-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-SmallMolecule-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-PhenotypicFeature-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-PhenotypicFeature-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-ClinicalFinding-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-ClinicalFinding-reverse-associated_with_increased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Disease-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Disease-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Disease1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Disease1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Drug-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Drug-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Drug1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-Drug1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-SmallMolecule-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-SmallMolecule-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-PhenotypicFeature-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-PhenotypicFeature-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-ClinicalFinding-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease-ClinicalFinding-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-SmallMolecule-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-SmallMolecule-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-PhenotypicFeature-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-PhenotypicFeature-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-ClinicalFinding-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Disease1-ClinicalFinding-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Disease-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Disease-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Disease1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Disease1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Drug-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Drug-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Drug1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-Drug1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-SmallMolecule-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-SmallMolecule-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-PhenotypicFeature-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-PhenotypicFeature-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-ClinicalFinding-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug-ClinicalFinding-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-SmallMolecule-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-SmallMolecule-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-PhenotypicFeature-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-PhenotypicFeature-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-ClinicalFinding-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Drug1-ClinicalFinding-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-PhenotypicFeature-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-PhenotypicFeature-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-ClinicalFinding-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-ClinicalFinding-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-SmallMolecule-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-SmallMolecule-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-PhenotypicFeature-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-PhenotypicFeature-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-ClinicalFinding-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-ClinicalFinding-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug1-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug1-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-SmallMolecule-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-SmallMolecule-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-PhenotypicFeature-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-PhenotypicFeature-reverse-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-ClinicalFinding-associated_with_decreased_risk_for" - }, - { - "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-ClinicalFinding-reverse-associated_with_decreased_risk_for" - } - ] - }, - "post": { - "parameters": [ - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/size", - "name": "size" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "q": { - "description": "multiple query terms separated by comma (also \"+\" or whitespace). Does not support wildcard queries", - "type": "string" - }, - "scopes": { - "description": "a comma-separated list of fields as the search \"scopes\" (fields to search through for query term). The available \"fields\" that can be passed to the \"scopes\" parameter are listed in the **/metadata/fields** endpoint.string Default: \"scopes=_id\".", - "type": "string" - } - } - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueryPOSTResult" - } - } - }, - "description": "Query response objects with the \"hits\" property" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "Make batch disease queries and return matching disease hits", - "tags": [ - "query" - ] + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "Make queries and return matching association hits. Supports JSONP and CORS as well.", + "tags": ["query"], + "x-bte-kgs-operations": [ + { + "$ref": "#/components/x-bte-kgs-operations/attribute-disease" + }, + { + "$ref": "#/components/x-bte-kgs-operations/drug_exposure-disease1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/drug_exposure-disease2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/observation-disease" + }, + { + "$ref": "#/components/x-bte-kgs-operations/symptom-disease" + }, + { + "$ref": "#/components/x-bte-kgs-operations/disease-disease1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/disease-disease2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/attribute-disease1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/drug_exposure-disease3" + }, + { + "$ref": "#/components/x-bte-kgs-operations/drug_exposure-disease4" + }, + { + "$ref": "#/components/x-bte-kgs-operations/observation-disease1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/symptom-disease1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/disease-disease3" + }, + { + "$ref": "#/components/x-bte-kgs-operations/disease-disease4" + } + ] + }, + "post": { + "parameters": [ + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/size", + "name": "size" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "properties": { + "q": { + "description": "multiple query terms separated by comma (also \"+\" or whitespace). Does not support wildcard queries", + "type": "string" + }, + "scopes": { + "description": "a comma-separated list of fields as the search \"scopes\" (fields to search through for query term). The available \"fields\" that can be passed to the \"scopes\" parameter are listed in the **/metadata/fields** endpoint.string Default: \"scopes=_id\".", + "type": "string" + } } + } } + } }, - "servers": [ - { - "description": "Encrypted Production server", - "url": "https://biothings.ncats.io/clinical_risk_kp" + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryPOSTResult" + } + } }, - { - "description": "Production server", - "url": "http://biothings.ncats.io/clinical_risk_kp" - } - ], - "tags": [ - { - "name": "disease" + "description": "Query response objects with the \"hits\" property" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" + } + } }, + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "Make batch disease queries and return matching disease hits", + "tags": ["query"] + } + } + }, + "servers": [ + { + "description": "Encrypted Production server", + "url": "https://biothings.ncats.io/clinical_risk_kp", + "x-maturity": "production" + }, + { + "description": "Production server", + "url": "http://biothings.ncats.io/clinical_risk_kp", + "x-maturity": "production" + } + ], + "tags": [ + { + "name": "disease" + }, + { + "name": "association" + }, + { + "name": "annotation" + }, + { + "name": "query" + }, + { + "name": "translator" + }, + { + "name": "biothings" + }, + { + "name": "biothings_graph" + } + ] + }, + { + "_id": "adf20dd6ff23dfe18e8e012bde686e31", + "_meta": { + "date_created": "2020-12-07T23:04:56.997349+00:00", + "last_updated": "2021-03-05T08:01:55.255825+00:00", + "url": "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/master/drug_response_kp/smartapi.yaml", + "username": "kevinxin90" + }, + "_score": 2.6717887, + "_status": { + "refresh_status": 200, + "refresh_ts": "2021-03-05T08:01:55+00:00", + "uptime_status": "good", + "uptime_ts": "2021-03-05T08:08:34.661018" + }, + "components": { + "parameters": { + "callback": { + "description": "you can pass a \"callback\" parameter to make a JSONP call. Type: string.", + "in": "query", + "name": "callback", + "schema": { + "type": "string" + } + }, + "dotfield": { + "description": "control the format of the returned chem object. If \"true\" or \"1\", all fields will be collapsed into a single level deep object (all nested objects will be a single level deep, using dotfield notation to signify the nested structure) Type: boolean. Default: false.", + "in": "query", + "name": "dotfield", + "schema": { + "type": "boolean" + } + }, + "email": { + "description": "If you are regular users of our services, we encourage you to provide us with an email, so that we can better track the usage or follow up with you.", + "in": "query", + "name": "email", + "schema": { + "type": "string" + } + }, + "facet_size": { + "description": "the number of facet buckets to return in the response. Type: integer. Default: 10. Max: 1000.", + "in": "query", + "name": "facet_size", + "schema": { + "type": "integer" + } + }, + "facets": { + "description": "a comma-separated list of fields to return facets on. In addition to query hits, the fields notated in \"facets\" will be aggregated by value and bucklet counts will be displayed in the \"facets\" field of the response object. Type: string (list). Default: None. Max: 1000.", + "in": "query", + "name": "facets", + "schema": { + "type": "string" + } + }, + "fields": { + "description": "a comma-separated list of fields (in dotfield notation) used to limit the fields returned from the matching chem hit(s). The supported field names can be found from any chem object or from the /metadata/fields endpoint. If \"fields=all\", all available fields will be returned. Type: string (list). Default: all. Max: 1000.", + "in": "query", + "name": "fields", + "schema": { + "type": "string" + } + }, + "format": { + "description": "controls output format of server response, currently supports: \"json\", \"jsonld\", \"html\". Type: string. Default: json.", + "in": "query", + "name": "format", + "schema": { + "type": "string" + } + }, + "from": { + "description": "the number of matching chem hits to skip, starting from 0. This can be useful for paging in combination with the \"size\" parameter. Type: integer. Default: None.", + "in": "query", + "name": "from", + "schema": { + "type": "integer" + } + }, + "prefix": { + "description": "Pass a prefix string to filter the available fields. Type: string. Default: None.", + "in": "query", + "name": "prefix", + "schema": { + "type": "string" + } + }, + "search": { + "description": "Pass a search term to filter the available fields. Type: string. Default: None.", + "in": "query", + "name": "search", + "schema": { + "type": "string" + } + }, + "size": { + "description": "the maximum number of matching chem hits to return per batch. Type: integer. Default: 10.", + "in": "query", + "name": "size", + "schema": { + "type": "integer" + } + }, + "sort": { + "description": "the comma-separated list of fields to sort on. Prefix each with \"-\" for descending order, otherwise in ascending order. Default: sort by descending score.", + "in": "query", + "name": "sort", + "schema": { + "type": "string" + } + } + }, + "schemas": { + "Association": { + "properties": { + "_id": { + "type": "string" + } + }, + "required": ["_id"], + "type": "object" + }, + "ErrorResult": { + "properties": { + "message": { + "type": "string" + }, + "success": { + "type": "boolean" + } + }, + "type": "object" + }, + "QueryPOSTResult": { + "items": { + "allOf": [ { - "name": "drug" + "$ref": "#/components/schemas/Association" }, { - "name": "chemical_substance" + "properties": { + "_score": { + "format": "float", + "type": "number" + }, + "query": { + "type": "string" + } + }, + "type": "object" + } + ] + }, + "type": "array" + }, + "QueryResult": { + "properties": { + "hits": { + "items": { + "$ref": "#/components/schemas/Association" }, - { - "name": "phenotypic_feature" + "type": "array" + }, + "max_score": { + "format": "float", + "type": "number" + }, + "took": { + "type": "integer" + }, + "total": { + "type": "integer" + } + }, + "type": "object" + }, + "int64_or_array": { + "oneOf": [ + { + "items": { + "format": "int64", + "type": "integer" }, - { - "name": "clinical_finding" + "type": "array" + }, + { + "format": "int64", + "type": "integer" + } + ] + }, + "string_or_array": { + "oneOf": [ + { + "items": { + "type": "string" }, + "type": "array" + }, + { + "type": "string" + } + ] + } + }, + "x-bte-kgs-operations": { + "chemical-gene": [ + { + "inputs": [ { - "name": "association" - }, + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ { - "name": "annotation" - }, + "id": "NCBIGENE", + "semantic": "Gene" + } + ], + "parameters": { + "fields": "association.context.disease.mondo,subject.NCBIGENE,association.effect_size,association.pvalue", + "q": "object.PUBCHEM:{inputs[0]} AND association.effect_size:<0 AND association.pvalue:<0.05", + "size": "1000", + "sort": "association.pvalue" + }, + "predicate": "gene_has_variant_that_contributes_to_drug_response_association", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/chemical-gene" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "gene-chemical": [ + { + "inputs": [ { - "name": "query" - }, + "id": "NCBIGENE", + "semantic": "Gene" + } + ], + "outputs": [ { - "name": "translator" + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "association.context.disease.mondo,object.PUBCHEM,association.effect_size,association.pvalue", + "q": "subject.NCBIGENE:{inputs[0]} AND association.effect_size:<0 AND association.pvalue:<0.05", + "size": "1000", + "sort": "association.pvalue" + }, + "predicate": "gene_has_variant_that_contributes_to_drug_response_association", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/gene-chemical" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ] + }, + "x-bte-response-mapping": { + "chemical-gene": { + "NCBIGENE": "hits.subject.NCBIGENE", + "disease_context": "hits.association.context.disease.mondo", + "effect_size": "hits.association.effect_size", + "pvalue": "hits.association.pvalue" + }, + "gene-chemical": { + "PUBCHEM": "hits.object.PUBCHEM", + "disease_context": "hits.association.context.disease.mondo", + "effect_size": "hits.association.effect_size", + "pvalue": "hits.association.pvalue" + } + } + }, + "info": { + "contact": { + "email": "help@biothings.io", + "name": "JIWEN XIN", + "x-id": "https://github.com/kevinxin90", + "x-role": "responsible developer" + }, + "description": "Documentation of the Drug Response KP query web services.", + "termsOfService": "https://biothings.io/about", + "title": "Drug Response KP API", + "version": "1.0", + "x-translator": { + "component": "KP", + "team": ["Multiomics Provider", "Service Provider"] + } + }, + "openapi": "3.0.0", + "paths": { + "/association": { + "post": { + "parameters": [ + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "properties": { + "ids": { + "description": "multiple association IDs separated by comma. Note that currently we only take the input ids up to 1000 maximum, the rest will be omitted. Type: string (list). Max: 1000.", + "type": "string" + } + }, + "required": ["ids"] + } + } + } + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "items": { + "$ref": "#/components/schemas/Association" + }, + "type": "array" + } + } }, - { - "name": "biothings" + "description": "A list of matching association objects" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" + } + } }, - { - "name": "biothings_graph" + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "For a list of association IDs, return the matching disease object", + "tags": ["association"] + } + }, + "/association/{associationid}": { + "get": { + "parameters": [ + { + "description": "Retrieve association objects based on Association ID Supports JSONP and CORS as well.", + "example": "NRAS-TCGA-LUAD", + "in": "path", + "name": "associationid", + "required": true, + "schema": { + "type": "string" } - ] + }, + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Association" + } + } + }, + "description": "A matching association object" + }, + "404": { + "description": "A response indicating an unknown association ID" + } + }, + "summary": "Retrieve association objects based on ID", + "tags": ["association"] + } }, - { - "_id": "4974ebbf2c1ae31a25a7a7b2d9e4b0d4", - "_meta": { - "date_created": "2021-02-02T17:28:59.950975+00:00", - "last_updated": "2021-03-05T08:02:23.372768+00:00", - "url": "https://storage.googleapis.com/multiomics_provider_kp_data/multiomics_wellness.yaml", - "username": "rtroper" + "/metadata": { + "get": { + "parameters": [ + { + "$ref": "#/components/parameters/callback", + "in": "query", + "name": "callback" + } + ], + "responses": { + "200": { + "description": "KP metadata object" + } }, - "_score": 2.6717887, - "_status": { - "refresh_status": 200, - "refresh_ts": "2021-03-05T08:02:22+00:00", - "uptime_status": "good", - "uptime_ts": "2021-03-05T08:08:39.143998" + "summary": "Get metadata about the data available from the API", + "tags": ["metadata"] + } + }, + "/metadata/fields": { + "get": { + "parameters": [ + { + "$ref": "#/components/parameters/search", + "name": "search" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/prefix", + "name": "prefix" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "description": "metadata fields object" + } }, - "components": { - "parameters": { - "callback": { - "description": "you can pass a \"callback\" parameter to make a JSONP call. Type: string.", - "in": "query", - "name": "callback", - "schema": { - "type": "string" - } - }, - "dotfield": { - "description": "control the format of the returned chem object. If \"true\" or \"1\", all fields will be collapsed into a single level deep object (all nested objects will be a single level deep, using dotfield notation to signify the nested structure) Type: boolean. Default: false.", - "in": "query", - "name": "dotfield", - "schema": { - "type": "boolean" - } - }, - "email": { - "description": "If you are regular users of our services, we encourage you to provide us with an email, so that we can better track the usage or follow up with you.", - "in": "query", - "name": "email", - "schema": { - "type": "string" - } - }, - "facet_size": { - "description": "the number of facet buckets to return in the response. Type: integer. Default: 10. Max: 1000.", - "in": "query", - "name": "facet_size", - "schema": { - "type": "integer" - } - }, - "facets": { - "description": "a comma-separated list of fields to return facets on. In addition to query hits, the fields notated in \"facets\" will be aggregated by value and bucklet counts will be displayed in the \"facets\" field of the response object. Type: string (list). Default: None. Max: 1000.", - "in": "query", - "name": "facets", - "schema": { - "type": "string" - } - }, - "fields": { - "description": "a comma-separated list of fields (in dotfield notation) used to limit the fields returned from the matching chem hit(s). The supported field names can be found from any chem object or from the /metadata/fields endpoint. If \"fields=all\", all available fields will be returned. Type: string (list). Default: all. Max: 1000.", - "in": "query", - "name": "fields", - "schema": { - "type": "string" - } - }, - "format": { - "description": "controls output format of server response, currently supports: \"json\", \"jsonld\", \"html\". Type: string. Default: json.", - "in": "query", - "name": "format", - "schema": { - "type": "string" - } - }, - "from": { - "description": "the number of matching chem hits to skip, starting from 0. This can be useful for paging in combination with the \"size\" parameter. Type: integer. Default: None.", - "in": "query", - "name": "from", - "schema": { - "type": "integer" - } - }, - "prefix": { - "description": "Pass a prefix string to filter the available fields. Type: string. Default: None.", - "in": "query", - "name": "prefix", - "schema": { - "type": "string" - } - }, - "search": { - "description": "Pass a search term to filter the available fields. Type: string. Default: None.", - "in": "query", - "name": "search", - "schema": { - "type": "string" - } - }, - "size": { - "description": "the maximum number of matching chem hits to return per batch. Type: integer. Default: 10.", - "in": "query", - "name": "size", - "schema": { - "type": "integer" - } - }, - "sort": { - "description": "the comma-separated list of fields to sort on. Prefix each with \"-\" for descending order, otherwise in ascending order. Default: sort by descending score.", - "in": "query", - "name": "sort", - "schema": { - "type": "string" - } + "summary": "Get metadata about the data fields available", + "tags": ["metadata"] + } + }, + "/query": { + "get": { + "parameters": [ + { + "description": "Query string.", + "example": "subject.NCBIGENE:51742", + "in": "query", + "name": "q", + "required": true, + "schema": { + "type": "string" + } + }, + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/facet_size", + "name": "facet_size" + }, + { + "$ref": "#/components/parameters/sort", + "name": "sort" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/facets", + "name": "facets" + }, + { + "$ref": "#/components/parameters/size", + "name": "size" + }, + { + "$ref": "#/components/parameters/from", + "name": "from" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryResult" } + } }, - "schemas": { - "Association": { - "properties": { - "_id": { - "type": "string" - } - }, - "required": [ - "_id" - ], - "type": "object" - }, - "ErrorResult": { - "properties": { - "message": { - "type": "string" - }, - "success": { - "type": "boolean" - } - }, - "type": "object" - }, - "QueryPOSTResult": { - "items": { - "allOf": [ - { - "$ref": "#/components/schemas/Association" - }, - { - "properties": { - "_score": { - "format": "float", - "type": "number" - }, - "query": { - "type": "string" - } - }, - "type": "object" - } - ] - }, - "type": "array" - }, - "QueryResult": { - "properties": { - "hits": { - "items": { - "$ref": "#/components/schemas/Association" - }, - "type": "array" - }, - "max_score": { - "format": "float", - "type": "number" - }, - "took": { - "type": "integer" - }, - "total": { - "type": "integer" - } - }, - "type": "object" - }, - "int64_or_array": { - "oneOf": [ - { - "items": { - "format": "int64", - "type": "integer" - }, - "type": "array" - }, - { - "format": "int64", - "type": "integer" - } - ] - }, - "string_or_array": { - "oneOf": [ - { - "items": { - "type": "string" - }, - "type": "array" - }, - { - "type": "string" - } - ] + "description": "A query response with the \"hits\" property" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" + } + } + }, + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "Make queries and return matching association hits. Supports JSONP and CORS as well.", + "tags": ["query"], + "x-bte-kgs-operations": [ + { + "$ref": "#/components/x-bte-kgs-operations/chemical-gene" + }, + { + "$ref": "#/components/x-bte-kgs-operations/gene-chemical" + } + ] + }, + "post": { + "parameters": [ + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/size", + "name": "size" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "properties": { + "q": { + "description": "multiple query terms separated by comma (also \"+\" or whitespace). Does not support wildcard queries", + "type": "string" + }, + "scopes": { + "description": "a comma-separated list of fields as the search \"scopes\" (fields to search through for query term). The available \"fields\" that can be passed to the \"scopes\" parameter are listed in the **/metadata/fields** endpoint.string Default: \"scopes=_id\".", + "type": "string" + } } + } + } + } + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryPOSTResult" + } + } }, - "x-bte-kgs-operations": { - "SmallMolecule-SmallMolecule": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule1": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule1-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule2": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule2-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule3": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule3-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule4": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-SmallMolecule4-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Protein": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Protein-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Protein1": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Protein1-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Protein2": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule-Protein2-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-SmallMolecule": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-SmallMolecule-reverse": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-SmallMolecule1": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-SmallMolecule1-reverse": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-SmallMolecule2": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-SmallMolecule2-reverse": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-SmallMolecule3": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-SmallMolecule3-reverse": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-SmallMolecule4": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-SmallMolecule4-reverse": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-Protein": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-Protein-reverse": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-Protein1": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-Protein1-reverse": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-Protein2": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule1-Protein2-reverse": [ - { - "inputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-SmallMolecule": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-SmallMolecule-reverse": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-SmallMolecule1": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-SmallMolecule1-reverse": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-SmallMolecule2": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-SmallMolecule2-reverse": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-SmallMolecule3": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-SmallMolecule3-reverse": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-SmallMolecule4": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-SmallMolecule4-reverse": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-Protein": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-Protein-reverse": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-Protein1": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-Protein1-reverse": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-Protein2": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule2-Protein2-reverse": [ - { - "inputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-SmallMolecule": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-SmallMolecule-reverse": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-SmallMolecule1": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-SmallMolecule1-reverse": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-SmallMolecule2": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-SmallMolecule2-reverse": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-SmallMolecule3": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-SmallMolecule3-reverse": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-SmallMolecule4": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-SmallMolecule4-reverse": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-Protein": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-Protein-reverse": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-Protein1": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-Protein1-reverse": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-Protein2": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule3-Protein2-reverse": [ - { - "inputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-SmallMolecule": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.CAS:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-SmallMolecule-reverse": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.CAS:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-SmallMolecule1": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.CAS:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-SmallMolecule1-reverse": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.CAS:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-SmallMolecule2": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.CAS:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-SmallMolecule2-reverse": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.CAS:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-SmallMolecule3": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.CAS:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-SmallMolecule3-reverse": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.CAS:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-SmallMolecule4": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.CAS:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-SmallMolecule4-reverse": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.CAS:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-Protein": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.CAS:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-Protein-reverse": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.CAS:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-Protein1": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.CAS:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-Protein1-reverse": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.CAS:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-Protein2": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.CAS:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "SmallMolecule4-Protein2-reverse": [ - { - "inputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.CAS:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-SmallMolecule": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-SmallMolecule-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-SmallMolecule1": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-SmallMolecule1-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-SmallMolecule2": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-SmallMolecule2-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-SmallMolecule3": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-SmallMolecule3-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-SmallMolecule4": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-SmallMolecule4-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-Protein": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-Protein-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-Protein1": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-Protein1-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-Protein2": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein-Protein2-reverse": [ - { - "inputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-SmallMolecule": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-SmallMolecule-reverse": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-SmallMolecule1": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-SmallMolecule1-reverse": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-SmallMolecule2": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-SmallMolecule2-reverse": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-SmallMolecule3": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-SmallMolecule3-reverse": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-SmallMolecule4": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-SmallMolecule4-reverse": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-Protein": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-Protein-reverse": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-Protein1": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-Protein1-reverse": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-Protein2": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein1-Protein2-reverse": [ - { - "inputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-SmallMolecule": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-SmallMolecule-reverse": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-SmallMolecule1": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-SmallMolecule1-reverse": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "KEGG", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-SmallMolecule2": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-SmallMolecule2-reverse": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "HMDB", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-SmallMolecule3": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-SmallMolecule3-reverse": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "PUBCHEM", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-SmallMolecule4": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-SmallMolecule4-reverse": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "CAS", - "semantic": "SmallMolecule" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:SmallMolecule", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-Protein": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-Protein-reverse": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "LOINC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-Protein1": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-Protein1-reverse": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "HGNC", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-Protein2": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "object,association", - "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "Protein2-Protein2-reverse": [ - { - "inputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "outputs": [ - { - "id": "UNIPROT", - "semantic": "Protein" - } - ], - "parameters": { - "fields": "subject,association", - "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:Protein", - "size": 1000, - "sort": "association.pval" - }, - "predicate": "correlated_with", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/Protein-reverse" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ] + "description": "Query response objects with the \"hits\" property" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" + } + } }, - "x-bte-response-mapping": { - "SmallMolecule": { - "CAS": "hits.object.CAS", - "HMDB": "hits.object.HMDB", - "KEGG": "hits.object.KEGG", - "LOINC": "hits.object.LOINC", - "N": "hits.association.N", - "PUBCHEM": "hits.object.PUBCHEM", - "pval": "hits.association.pval", - "rho": "hits.association.rho" - }, - "SmallMolecule-reverse": { - "CAS": "hits.subject.CAS", - "HMDB": "hits.subject.HMDB", - "KEGG": "hits.subject.KEGG", - "LOINC": "hits.subject.LOINC", - "N": "hits.association.N", - "PUBCHEM": "hits.subject.PUBCHEM", - "pval": "hits.association.pval", - "rho": "hits.association.rho" - }, - "Protein": { - "HGNC": "hits.object.HGNC", - "LOINC": "hits.object.LOINC", - "N": "hits.association.N", - "UNIPROT": "hits.object.UNIPROT", - "pval": "hits.association.pval", - "rho": "hits.association.rho" + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "Make batch disease queries and return matching disease hits", + "tags": ["query"] + } + } + }, + "servers": [ + { + "description": "Encrypted Production server", + "url": "https://biothings.ncats.io/drug_response_kp", + "x-maturity": "production" + }, + { + "description": "Production server", + "url": "http://biothings.ncats.io/drug_response_kp", + "x-maturity": "production" + } + ], + "tags": [ + { + "name": "gene" + }, + { + "name": "disease" + }, + { + "name": "chemical" + }, + { + "name": "association" + }, + { + "name": "annotation" + }, + { + "name": "query" + }, + { + "name": "translator" + }, + { + "name": "biothings" + }, + { + "name": "biothings_graph" + } + ] + }, + { + "_id": "1bef5ecbb0b9aee90023ce9faa2c8974", + "_meta": { + "date_created": "2021-02-05T00:07:47.751386+00:00", + "last_updated": "2021-03-05T08:02:25.604478+00:00", + "url": "https://storage.googleapis.com/multiomics_provider_kp_data/clinical_risk_kp.yaml", + "username": "rtroper" + }, + "_score": 2.6717887, + "_status": { + "refresh_status": 200, + "refresh_ts": "2021-03-05T08:02:24+00:00", + "uptime_status": "good", + "uptime_ts": "2021-03-05T08:08:36.916502" + }, + "components": { + "parameters": { + "callback": { + "description": "you can pass a \"callback\" parameter to make a JSONP call. Type: string.", + "in": "query", + "name": "callback", + "schema": { + "type": "string" + } + }, + "dotfield": { + "description": "control the format of the returned chem object. If \"true\" or \"1\", all fields will be collapsed into a single level deep object (all nested objects will be a single level deep, using dotfield notation to signify the nested structure) Type: boolean. Default: false.", + "in": "query", + "name": "dotfield", + "schema": { + "type": "boolean" + } + }, + "email": { + "description": "If you are regular users of our services, we encourage you to provide us with an email, so that we can better track the usage or follow up with you.", + "in": "query", + "name": "email", + "schema": { + "type": "string" + } + }, + "facet_size": { + "description": "the number of facet buckets to return in the response. Type: integer. Default: 10. Max: 1000.", + "in": "query", + "name": "facet_size", + "schema": { + "type": "integer" + } + }, + "facets": { + "description": "a comma-separated list of fields to return facets on. In addition to query hits, the fields notated in \"facets\" will be aggregated by value and bucklet counts will be displayed in the \"facets\" field of the response object. Type: string (list). Default: None. Max: 1000.", + "in": "query", + "name": "facets", + "schema": { + "type": "string" + } + }, + "fields": { + "description": "a comma-separated list of fields (in dotfield notation) used to limit the fields returned from the matching chem hit(s). The supported field names can be found from any chem object or from the /metadata/fields endpoint. If \"fields=all\", all available fields will be returned. Type: string (list). Default: all. Max: 1000.", + "in": "query", + "name": "fields", + "schema": { + "type": "string" + } + }, + "format": { + "description": "controls output format of server response, currently supports: \"json\", \"jsonld\", \"html\". Type: string. Default: json.", + "in": "query", + "name": "format", + "schema": { + "type": "string" + } + }, + "from": { + "description": "the number of matching chem hits to skip, starting from 0. This can be useful for paging in combination with the \"size\" parameter. Type: integer. Default: None.", + "in": "query", + "name": "from", + "schema": { + "type": "integer" + } + }, + "prefix": { + "description": "Pass a prefix string to filter the available fields. Type: string. Default: None.", + "in": "query", + "name": "prefix", + "schema": { + "type": "string" + } + }, + "search": { + "description": "Pass a search term to filter the available fields. Type: string. Default: None.", + "in": "query", + "name": "search", + "schema": { + "type": "string" + } + }, + "size": { + "description": "the maximum number of matching chem hits to return per batch. Type: integer. Default: 10.", + "in": "query", + "name": "size", + "schema": { + "type": "integer" + } + }, + "sort": { + "description": "the comma-separated list of fields to sort on. Prefix each with \"-\" for descending order, otherwise in ascending order. Default: sort by descending score.", + "in": "query", + "name": "sort", + "schema": { + "type": "string" + } + } + }, + "schemas": { + "Association": { + "properties": { + "_id": { + "type": "string" + } + }, + "required": ["_id"], + "type": "object" + }, + "ErrorResult": { + "properties": { + "message": { + "type": "string" + }, + "success": { + "type": "boolean" + } + }, + "type": "object" + }, + "QueryPOSTResult": { + "items": { + "allOf": [ + { + "$ref": "#/components/schemas/Association" + }, + { + "properties": { + "_score": { + "format": "float", + "type": "number" }, - "Protein-reverse": { - "HGNC": "hits.subject.HGNC", - "LOINC": "hits.subject.LOINC", - "N": "hits.association.N", - "UNIPROT": "hits.subject.UNIPROT", - "pval": "hits.association.pval", - "rho": "hits.association.rho" + "query": { + "type": "string" } + }, + "type": "object" + } + ] + }, + "type": "array" + }, + "QueryResult": { + "properties": { + "hits": { + "items": { + "$ref": "#/components/schemas/Association" + }, + "type": "array" + }, + "max_score": { + "format": "float", + "type": "number" + }, + "took": { + "type": "integer" + }, + "total": { + "type": "integer" + } + }, + "type": "object" + }, + "int64_or_array": { + "oneOf": [ + { + "items": { + "format": "int64", + "type": "integer" + }, + "type": "array" + }, + { + "format": "int64", + "type": "integer" + } + ] + }, + "string_or_array": { + "oneOf": [ + { + "items": { + "type": "string" + }, + "type": "array" + }, + { + "type": "string" + } + ] + } + }, + "x-bte-kgs-operations": { + "SmallMolecule-SmallMolecule-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-ClinicalFinding-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-ClinicalFinding-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-ClinicalFinding-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-ClinicalFinding-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-ClinicalFinding-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Disease-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Disease-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Disease-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Disease-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Disease-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Disease-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Disease1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Disease1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Disease1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Disease1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Disease1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Disease1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Drug-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Drug-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Drug-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Drug-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Drug-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Drug-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Drug1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Drug1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Drug1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Drug1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Drug1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Drug1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-PhenotypicFeature-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-PhenotypicFeature-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-PhenotypicFeature-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-PhenotypicFeature-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-SmallMolecule-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-SmallMolecule-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-SmallMolecule-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-SmallMolecule-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-SmallMolecule-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-SmallMolecule-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-ClinicalFinding-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-ClinicalFinding-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-ClinicalFinding-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-ClinicalFinding-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-ClinicalFinding-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Disease-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Disease-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Disease-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Disease-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Disease-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Disease-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Disease1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Disease1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Disease1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Disease1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Disease1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Disease1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Drug-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Drug-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Drug-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Drug-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Drug-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Drug-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Drug1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Drug1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Drug1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Drug1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Drug1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-Drug1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-PhenotypicFeature-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-PhenotypicFeature-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-PhenotypicFeature-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "ClinicalFinding-PhenotypicFeature-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-SmallMolecule-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-SmallMolecule-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-SmallMolecule-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-SmallMolecule-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-SmallMolecule-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-SmallMolecule-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-ClinicalFinding-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-ClinicalFinding-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-ClinicalFinding-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-ClinicalFinding-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-ClinicalFinding-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Disease-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Disease-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Disease-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Disease-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Disease-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Disease-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Disease1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Disease1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Disease1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Disease1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Disease1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Disease1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Drug-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Drug-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Drug-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Drug-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Drug-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Drug-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Drug1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Drug1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Drug1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Drug1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Drug1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-Drug1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-PhenotypicFeature-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-PhenotypicFeature-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-PhenotypicFeature-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.MONDO:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease-PhenotypicFeature-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.MONDO:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-SmallMolecule-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-SmallMolecule-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-SmallMolecule-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-SmallMolecule-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-SmallMolecule-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-SmallMolecule-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-ClinicalFinding-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-ClinicalFinding-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-ClinicalFinding-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-ClinicalFinding-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-ClinicalFinding-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Disease-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Disease-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Disease-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Disease-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Disease-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Disease-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Disease1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Disease1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Disease1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Disease1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Disease1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Disease1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Drug-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Drug-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Drug-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Drug-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Drug-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Drug-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Drug1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Drug1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Drug1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Drug1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Drug1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-Drug1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-PhenotypicFeature-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-PhenotypicFeature-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-PhenotypicFeature-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.HP:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Disease1-PhenotypicFeature-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.HP:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-SmallMolecule-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-SmallMolecule-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-SmallMolecule-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-SmallMolecule-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-SmallMolecule-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-SmallMolecule-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-ClinicalFinding-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-ClinicalFinding-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-ClinicalFinding-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-ClinicalFinding-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-ClinicalFinding-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Disease-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Disease-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Disease-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Disease-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Disease-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Disease-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Disease1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Disease1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Disease1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Disease1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Disease1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Disease1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Drug-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Drug-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Drug-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Drug-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Drug-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Drug-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Drug1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Drug1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Drug1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Drug1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Drug1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-Drug1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-PhenotypicFeature-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-PhenotypicFeature-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-PhenotypicFeature-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.RXCUI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug-PhenotypicFeature-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.RXCUI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-SmallMolecule-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-SmallMolecule-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-SmallMolecule-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-SmallMolecule-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-SmallMolecule-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-SmallMolecule-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-ClinicalFinding-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-ClinicalFinding-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-ClinicalFinding-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-ClinicalFinding-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-ClinicalFinding-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Disease-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Disease-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Disease-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Disease-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Disease-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Disease-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Disease1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Disease1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Disease1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Disease1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Disease1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Disease1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Drug-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Drug-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Drug-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Drug-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Drug-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Drug-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Drug1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Drug1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Drug1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Drug1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Drug1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-Drug1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-PhenotypicFeature-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-PhenotypicFeature-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-PhenotypicFeature-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.CHEBI:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Drug1-PhenotypicFeature-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.CHEBI:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-SmallMolecule-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-SmallMolecule-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-SmallMolecule-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-SmallMolecule-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-SmallMolecule-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-SmallMolecule-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:SmallMolecule AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-ClinicalFinding-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-ClinicalFinding-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-ClinicalFinding-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-ClinicalFinding-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-ClinicalFinding-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-ClinicalFinding-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "ClinicalFinding" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:ClinicalFinding AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/ClinicalFinding-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Disease-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Disease-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Disease-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Disease-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Disease-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Disease-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Disease1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Disease1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Disease1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Disease1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Disease1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Disease1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "HP", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Disease AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Disease-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Drug-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Drug-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Drug-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Drug-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Drug-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Drug-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "RXCUI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Drug1-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Drug1-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Drug1-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Drug1-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Drug1-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-Drug1-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "CHEBI", + "semantic": "Drug" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:Drug AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Drug-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-PhenotypicFeature-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-PhenotypicFeature-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-PhenotypicFeature-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "object,predicate", + "q": "subject.NCIT:\"{inputs[0]}\" AND object.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-PhenotypicFeature-reverse-associated_with_decreased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_decreased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_decreased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-PhenotypicFeature-reverse-associated_with_increased_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_increased_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_increased_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "PhenotypicFeature-PhenotypicFeature-reverse-associated_with_risk_for": [ + { + "inputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "outputs": [ + { + "id": "NCIT", + "semantic": "PhenotypicFeature" + } + ], + "parameters": { + "fields": "subject,predicate", + "q": "object.NCIT:\"{inputs[0]}\" AND subject.type:PhenotypicFeature AND predicate.type:associated_with_risk_for", + "size": 1000, + "sort": "predicate.feature_coefficient" + }, + "predicate": "associated_with_risk_for", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/PhenotypicFeature-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ] + }, + "x-bte-response-mapping": { + "SmallMolecule": { + "CHEBI": "hits.object.CHEBI", + "auc_roc": "hits.predicate.auc_roc", + "classifier": "hits.predicate.classifier", + "feature_coefficient": "hits.predicate.feature_coefficient", + "feature_importance": "hits.predicate.feature_importance", + "provided_by": "hits.predicate.provided_by", + "type": "hits.predicate.type" + }, + "SmallMolecule-reverse": { + "CHEBI": "hits.subject.CHEBI", + "auc_roc": "hits.predicate.auc_roc", + "classifier": "hits.predicate.classifier", + "feature_coefficient": "hits.predicate.feature_coefficient", + "feature_importance": "hits.predicate.feature_importance", + "provided_by": "hits.predicate.provided_by", + "type": "hits.predicate.type" + }, + "ClinicalFinding": { + "NCIT": "hits.object.NCIT", + "auc_roc": "hits.predicate.auc_roc", + "classifier": "hits.predicate.classifier", + "feature_coefficient": "hits.predicate.feature_coefficient", + "feature_importance": "hits.predicate.feature_importance", + "provided_by": "hits.predicate.provided_by", + "type": "hits.predicate.type" + }, + "ClinicalFinding-reverse": { + "NCIT": "hits.subject.NCIT", + "auc_roc": "hits.predicate.auc_roc", + "classifier": "hits.predicate.classifier", + "feature_coefficient": "hits.predicate.feature_coefficient", + "feature_importance": "hits.predicate.feature_importance", + "provided_by": "hits.predicate.provided_by", + "type": "hits.predicate.type" + }, + "Disease": { + "HP": "hits.object.HP", + "MONDO": "hits.object.MONDO", + "auc_roc": "hits.predicate.auc_roc", + "classifier": "hits.predicate.classifier", + "feature_coefficient": "hits.predicate.feature_coefficient", + "feature_importance": "hits.predicate.feature_importance", + "provided_by": "hits.predicate.provided_by", + "type": "hits.predicate.type" + }, + "Disease-reverse": { + "HP": "hits.subject.HP", + "MONDO": "hits.subject.MONDO", + "auc_roc": "hits.predicate.auc_roc", + "classifier": "hits.predicate.classifier", + "feature_coefficient": "hits.predicate.feature_coefficient", + "feature_importance": "hits.predicate.feature_importance", + "provided_by": "hits.predicate.provided_by", + "type": "hits.predicate.type" + }, + "Drug": { + "CHEBI": "hits.object.CHEBI", + "RXCUI": "hits.object.RXCUI", + "auc_roc": "hits.predicate.auc_roc", + "classifier": "hits.predicate.classifier", + "feature_coefficient": "hits.predicate.feature_coefficient", + "feature_importance": "hits.predicate.feature_importance", + "provided_by": "hits.predicate.provided_by", + "type": "hits.predicate.type" + }, + "Drug-reverse": { + "CHEBI": "hits.subject.CHEBI", + "RXCUI": "hits.subject.RXCUI", + "auc_roc": "hits.predicate.auc_roc", + "classifier": "hits.predicate.classifier", + "feature_coefficient": "hits.predicate.feature_coefficient", + "feature_importance": "hits.predicate.feature_importance", + "provided_by": "hits.predicate.provided_by", + "type": "hits.predicate.type" + }, + "PhenotypicFeature": { + "NCIT": "hits.object.NCIT", + "auc_roc": "hits.predicate.auc_roc", + "classifier": "hits.predicate.classifier", + "feature_coefficient": "hits.predicate.feature_coefficient", + "feature_importance": "hits.predicate.feature_importance", + "provided_by": "hits.predicate.provided_by", + "type": "hits.predicate.type" + }, + "PhenotypicFeature-reverse": { + "NCIT": "hits.subject.NCIT", + "auc_roc": "hits.predicate.auc_roc", + "classifier": "hits.predicate.classifier", + "feature_coefficient": "hits.predicate.feature_coefficient", + "feature_importance": "hits.predicate.feature_importance", + "provided_by": "hits.predicate.provided_by", + "type": "hits.predicate.type" + } + } + }, + "info": { + "contact": { + "email": "help@biothings.io", + "name": "JIWEN XIN", + "x-id": "https://github.com/kevinxin90", + "x-role": "responsible developer" + }, + "description": "Documentation of the Clinical Risk KP query web services.", + "termsOfService": "https://biothings.io/about", + "title": "Clinical Risk KP API", + "version": "1.0", + "x-translator": { + "component": "KP", + "team": ["Multiomics Provider", "Service Provider"] + } + }, + "openapi": "3.0.0", + "paths": { + "/association": { + "post": { + "parameters": [ + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "properties": { + "ids": { + "description": "multiple association IDs separated by comma. Note that currently we only take the input ids up to 1000 maximum, the rest will be omitted. Type: string (list). Max: 1000.", + "type": "string" + } + }, + "required": ["ids"] + } + } + } + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "items": { + "$ref": "#/components/schemas/Association" + }, + "type": "array" + } + } + }, + "description": "A list of matching association objects" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" + } + } + }, + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "For a list of association IDs, return the matching disease object", + "tags": ["association"] + } + }, + "/association/{associationid}": { + "get": { + "parameters": [ + { + "description": "Retrieve association objects based on Association ID Supports JSONP and CORS as well.", + "example": "RXCUI:89821-biolink:associated_with_decreased_risk_for-MONDO:0005002-Logistic Regression-0.8655-0.3888--0.388", + "in": "path", + "name": "associationid", + "required": true, + "schema": { + "type": "string" + } + }, + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Association" + } + } + }, + "description": "A matching association object" + }, + "404": { + "description": "A response indicating an unknown association ID" + } + }, + "summary": "Retrieve association objects based on ID", + "tags": ["association"] + } + }, + "/metadata": { + "get": { + "parameters": [ + { + "$ref": "#/components/parameters/callback", + "in": "query", + "name": "callback" + } + ], + "responses": { + "200": { + "description": "KP metadata object" + } + }, + "summary": "Get metadata about the data available from the API", + "tags": ["metadata"] + } + }, + "/metadata/fields": { + "get": { + "parameters": [ + { + "$ref": "#/components/parameters/search", + "name": "search" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/prefix", + "name": "prefix" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "description": "metadata fields object" + } + }, + "summary": "Get metadata about the data fields available", + "tags": ["metadata"] + } + }, + "/query": { + "get": { + "parameters": [ + { + "description": "Query string.", + "example": "subject.id:MONDO\\:0004981", + "in": "query", + "name": "q", + "required": true, + "schema": { + "type": "string" + } + }, + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/facet_size", + "name": "facet_size" + }, + { + "$ref": "#/components/parameters/sort", + "name": "sort" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/facets", + "name": "facets" + }, + { + "$ref": "#/components/parameters/size", + "name": "size" + }, + { + "$ref": "#/components/parameters/from", + "name": "from" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryResult" + } + } + }, + "description": "A query response with the \"hits\" property" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" + } + } + }, + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "Make queries and return matching association hits. Supports JSONP and CORS as well.", + "tags": ["query"], + "x-bte-kgs-operations": [ + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Disease-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Disease-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Disease1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Disease1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Drug-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Drug-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Drug1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Drug1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-SmallMolecule-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-SmallMolecule-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-PhenotypicFeature-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-PhenotypicFeature-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-ClinicalFinding-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-ClinicalFinding-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-SmallMolecule-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-SmallMolecule-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-PhenotypicFeature-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-PhenotypicFeature-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-ClinicalFinding-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-ClinicalFinding-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Disease-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Disease-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Disease1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Disease1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Drug-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Drug-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Drug1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Drug1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-SmallMolecule-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-SmallMolecule-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-PhenotypicFeature-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-PhenotypicFeature-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-ClinicalFinding-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-ClinicalFinding-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-SmallMolecule-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-SmallMolecule-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-PhenotypicFeature-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-PhenotypicFeature-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-ClinicalFinding-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-ClinicalFinding-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-PhenotypicFeature-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-PhenotypicFeature-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-ClinicalFinding-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-ClinicalFinding-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-SmallMolecule-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-SmallMolecule-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-PhenotypicFeature-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-PhenotypicFeature-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-ClinicalFinding-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-ClinicalFinding-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug1-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug1-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-SmallMolecule-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-SmallMolecule-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-PhenotypicFeature-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-PhenotypicFeature-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-ClinicalFinding-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-ClinicalFinding-reverse-associated_with_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Disease-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Disease-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Disease1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Disease1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Drug-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Drug-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Drug1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Drug1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-SmallMolecule-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-SmallMolecule-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-PhenotypicFeature-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-PhenotypicFeature-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-ClinicalFinding-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-ClinicalFinding-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-SmallMolecule-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-SmallMolecule-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-PhenotypicFeature-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-PhenotypicFeature-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-ClinicalFinding-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-ClinicalFinding-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Disease-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Disease-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Disease1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Disease1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Drug-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Drug-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Drug1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Drug1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-SmallMolecule-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-SmallMolecule-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-PhenotypicFeature-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-PhenotypicFeature-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-ClinicalFinding-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-ClinicalFinding-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-SmallMolecule-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-SmallMolecule-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-PhenotypicFeature-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-PhenotypicFeature-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-ClinicalFinding-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-ClinicalFinding-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-PhenotypicFeature-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-PhenotypicFeature-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-ClinicalFinding-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-ClinicalFinding-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-SmallMolecule-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-SmallMolecule-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-PhenotypicFeature-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-PhenotypicFeature-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-ClinicalFinding-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-ClinicalFinding-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug1-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug1-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-SmallMolecule-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-SmallMolecule-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-PhenotypicFeature-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-PhenotypicFeature-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-ClinicalFinding-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-ClinicalFinding-reverse-associated_with_increased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Disease-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Disease-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Disease1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Disease1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Drug-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Drug-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Drug1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-Drug1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-SmallMolecule-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-SmallMolecule-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-PhenotypicFeature-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-PhenotypicFeature-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-ClinicalFinding-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease-ClinicalFinding-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Disease1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-Drug1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-SmallMolecule-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-SmallMolecule-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-PhenotypicFeature-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-PhenotypicFeature-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-ClinicalFinding-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Disease1-ClinicalFinding-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Disease-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Disease-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Disease1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Disease1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Drug-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Drug-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Drug1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-Drug1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-SmallMolecule-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-SmallMolecule-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-PhenotypicFeature-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-PhenotypicFeature-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-ClinicalFinding-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug-ClinicalFinding-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Disease1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-Drug1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-SmallMolecule-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-SmallMolecule-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-PhenotypicFeature-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-PhenotypicFeature-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-ClinicalFinding-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Drug1-ClinicalFinding-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Disease1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Drug1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-PhenotypicFeature-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-PhenotypicFeature-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-ClinicalFinding-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-ClinicalFinding-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Disease1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-Drug1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-SmallMolecule-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-SmallMolecule-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-PhenotypicFeature-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-PhenotypicFeature-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-ClinicalFinding-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/PhenotypicFeature-ClinicalFinding-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Disease1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug1-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-Drug1-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-SmallMolecule-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-SmallMolecule-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-PhenotypicFeature-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-PhenotypicFeature-reverse-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-ClinicalFinding-associated_with_decreased_risk_for" + }, + { + "$ref": "#/components/x-bte-kgs-operations/ClinicalFinding-ClinicalFinding-reverse-associated_with_decreased_risk_for" + } + ] + }, + "post": { + "parameters": [ + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/size", + "name": "size" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "properties": { + "q": { + "description": "multiple query terms separated by comma (also \"+\" or whitespace). Does not support wildcard queries", + "type": "string" + }, + "scopes": { + "description": "a comma-separated list of fields as the search \"scopes\" (fields to search through for query term). The available \"fields\" that can be passed to the \"scopes\" parameter are listed in the **/metadata/fields** endpoint.string Default: \"scopes=_id\".", + "type": "string" + } + } + } + } + } + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryPOSTResult" + } + } + }, + "description": "Query response objects with the \"hits\" property" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" + } + } + }, + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "Make batch disease queries and return matching disease hits", + "tags": ["query"] + } + } + }, + "servers": [ + { + "description": "Encrypted Production server", + "url": "https://biothings.ncats.io/clinical_risk_kp", + "x-maturity": "production" + }, + { + "description": "Production server", + "url": "http://biothings.ncats.io/clinical_risk_kp", + "x-maturity": "production" + } + ], + "tags": [ + { + "name": "disease" + }, + { + "name": "drug" + }, + { + "name": "chemical_substance" + }, + { + "name": "phenotypic_feature" + }, + { + "name": "clinical_finding" + }, + { + "name": "association" + }, + { + "name": "annotation" + }, + { + "name": "query" + }, + { + "name": "translator" + }, + { + "name": "biothings" + }, + { + "name": "biothings_graph" + } + ] + }, + { + "_id": "4974ebbf2c1ae31a25a7a7b2d9e4b0d4", + "_meta": { + "date_created": "2021-02-02T17:28:59.950975+00:00", + "last_updated": "2021-03-05T08:02:23.372768+00:00", + "url": "https://storage.googleapis.com/multiomics_provider_kp_data/multiomics_wellness.yaml", + "username": "rtroper" + }, + "_score": 2.6717887, + "_status": { + "refresh_status": 200, + "refresh_ts": "2021-03-05T08:02:22+00:00", + "uptime_status": "good", + "uptime_ts": "2021-03-05T08:08:39.143998" + }, + "components": { + "parameters": { + "callback": { + "description": "you can pass a \"callback\" parameter to make a JSONP call. Type: string.", + "in": "query", + "name": "callback", + "schema": { + "type": "string" + } + }, + "dotfield": { + "description": "control the format of the returned chem object. If \"true\" or \"1\", all fields will be collapsed into a single level deep object (all nested objects will be a single level deep, using dotfield notation to signify the nested structure) Type: boolean. Default: false.", + "in": "query", + "name": "dotfield", + "schema": { + "type": "boolean" + } + }, + "email": { + "description": "If you are regular users of our services, we encourage you to provide us with an email, so that we can better track the usage or follow up with you.", + "in": "query", + "name": "email", + "schema": { + "type": "string" + } + }, + "facet_size": { + "description": "the number of facet buckets to return in the response. Type: integer. Default: 10. Max: 1000.", + "in": "query", + "name": "facet_size", + "schema": { + "type": "integer" + } + }, + "facets": { + "description": "a comma-separated list of fields to return facets on. In addition to query hits, the fields notated in \"facets\" will be aggregated by value and bucklet counts will be displayed in the \"facets\" field of the response object. Type: string (list). Default: None. Max: 1000.", + "in": "query", + "name": "facets", + "schema": { + "type": "string" + } + }, + "fields": { + "description": "a comma-separated list of fields (in dotfield notation) used to limit the fields returned from the matching chem hit(s). The supported field names can be found from any chem object or from the /metadata/fields endpoint. If \"fields=all\", all available fields will be returned. Type: string (list). Default: all. Max: 1000.", + "in": "query", + "name": "fields", + "schema": { + "type": "string" + } + }, + "format": { + "description": "controls output format of server response, currently supports: \"json\", \"jsonld\", \"html\". Type: string. Default: json.", + "in": "query", + "name": "format", + "schema": { + "type": "string" + } + }, + "from": { + "description": "the number of matching chem hits to skip, starting from 0. This can be useful for paging in combination with the \"size\" parameter. Type: integer. Default: None.", + "in": "query", + "name": "from", + "schema": { + "type": "integer" + } + }, + "prefix": { + "description": "Pass a prefix string to filter the available fields. Type: string. Default: None.", + "in": "query", + "name": "prefix", + "schema": { + "type": "string" + } + }, + "search": { + "description": "Pass a search term to filter the available fields. Type: string. Default: None.", + "in": "query", + "name": "search", + "schema": { + "type": "string" + } + }, + "size": { + "description": "the maximum number of matching chem hits to return per batch. Type: integer. Default: 10.", + "in": "query", + "name": "size", + "schema": { + "type": "integer" + } + }, + "sort": { + "description": "the comma-separated list of fields to sort on. Prefix each with \"-\" for descending order, otherwise in ascending order. Default: sort by descending score.", + "in": "query", + "name": "sort", + "schema": { + "type": "string" + } + } + }, + "schemas": { + "Association": { + "properties": { + "_id": { + "type": "string" + } + }, + "required": ["_id"], + "type": "object" + }, + "ErrorResult": { + "properties": { + "message": { + "type": "string" + }, + "success": { + "type": "boolean" + } + }, + "type": "object" + }, + "QueryPOSTResult": { + "items": { + "allOf": [ + { + "$ref": "#/components/schemas/Association" + }, + { + "properties": { + "_score": { + "format": "float", + "type": "number" + }, + "query": { + "type": "string" + } + }, + "type": "object" + } + ] + }, + "type": "array" + }, + "QueryResult": { + "properties": { + "hits": { + "items": { + "$ref": "#/components/schemas/Association" + }, + "type": "array" + }, + "max_score": { + "format": "float", + "type": "number" + }, + "took": { + "type": "integer" + }, + "total": { + "type": "integer" + } + }, + "type": "object" + }, + "int64_or_array": { + "oneOf": [ + { + "items": { + "format": "int64", + "type": "integer" + }, + "type": "array" + }, + { + "format": "int64", + "type": "integer" + } + ] + }, + "string_or_array": { + "oneOf": [ + { + "items": { + "type": "string" + }, + "type": "array" + }, + { + "type": "string" + } + ] + } + }, + "x-bte-kgs-operations": { + "SmallMolecule-SmallMolecule": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule1": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule1-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule2": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule2-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule3": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule3-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule4": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-SmallMolecule4-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Protein": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Protein-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Protein1": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Protein1-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Protein2": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule-Protein2-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-SmallMolecule": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-SmallMolecule-reverse": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-SmallMolecule1": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-SmallMolecule1-reverse": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-SmallMolecule2": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-SmallMolecule2-reverse": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-SmallMolecule3": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-SmallMolecule3-reverse": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-SmallMolecule4": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-SmallMolecule4-reverse": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-Protein": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-Protein-reverse": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-Protein1": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-Protein1-reverse": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-Protein2": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.KEGG:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule1-Protein2-reverse": [ + { + "inputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.KEGG:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-SmallMolecule": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-SmallMolecule-reverse": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-SmallMolecule1": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-SmallMolecule1-reverse": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-SmallMolecule2": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-SmallMolecule2-reverse": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-SmallMolecule3": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-SmallMolecule3-reverse": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-SmallMolecule4": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-SmallMolecule4-reverse": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-Protein": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-Protein-reverse": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-Protein1": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-Protein1-reverse": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-Protein2": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HMDB:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule2-Protein2-reverse": [ + { + "inputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HMDB:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-SmallMolecule": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-SmallMolecule-reverse": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-SmallMolecule1": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-SmallMolecule1-reverse": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-SmallMolecule2": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-SmallMolecule2-reverse": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-SmallMolecule3": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-SmallMolecule3-reverse": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-SmallMolecule4": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-SmallMolecule4-reverse": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-Protein": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-Protein-reverse": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-Protein1": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-Protein1-reverse": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-Protein2": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.PUBCHEM:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule3-Protein2-reverse": [ + { + "inputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.PUBCHEM:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-SmallMolecule": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.CAS:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-SmallMolecule-reverse": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.CAS:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-SmallMolecule1": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.CAS:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-SmallMolecule1-reverse": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.CAS:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-SmallMolecule2": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.CAS:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-SmallMolecule2-reverse": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.CAS:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-SmallMolecule3": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.CAS:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-SmallMolecule3-reverse": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.CAS:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-SmallMolecule4": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.CAS:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-SmallMolecule4-reverse": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.CAS:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-Protein": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.CAS:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-Protein-reverse": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.CAS:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-Protein1": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.CAS:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-Protein1-reverse": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.CAS:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-Protein2": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.CAS:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "SmallMolecule4-Protein2-reverse": [ + { + "inputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.CAS:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-SmallMolecule": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-SmallMolecule-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-SmallMolecule1": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-SmallMolecule1-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-SmallMolecule2": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-SmallMolecule2-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-SmallMolecule3": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-SmallMolecule3-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-SmallMolecule4": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-SmallMolecule4-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-Protein": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-Protein-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-Protein1": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-Protein1-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-Protein2": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.LOINC:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein-Protein2-reverse": [ + { + "inputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.LOINC:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-SmallMolecule": [ + { + "inputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-SmallMolecule-reverse": [ + { + "inputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-SmallMolecule1": [ + { + "inputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-SmallMolecule1-reverse": [ + { + "inputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-SmallMolecule2": [ + { + "inputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-SmallMolecule2-reverse": [ + { + "inputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-SmallMolecule3": [ + { + "inputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-SmallMolecule3-reverse": [ + { + "inputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-SmallMolecule4": [ + { + "inputs": [ + { + "id": "HGNC", + "semantic": "Protein" } - }, - "info": { - "contact": { - "email": "help@biothings.io", - "name": "JIWEN XIN", - "x-id": "https://github.com/kevinxin90", - "x-role": "responsible developer" - }, - "description": "Documentation of the Multiomics Wellness KP query web services.", - "termsOfService": "https://biothings.io/about", - "title": "Multiomics Wellness KP API", - "version": "1.0", - "x-translator": { - "component": "KP", - "team": [ - "Multiomics Provider", - "Service Provider" - ] + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" } - }, - "openapi": "3.0.0", - "paths": { - "/association": { - "post": { - "parameters": [ - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "ids": { - "description": "multiple association IDs separated by comma. Note that currently we only take the input ids up to 1000 maximum, the rest will be omitted. Type: string (list). Max: 1000.", - "type": "string" - } - }, - "required": [ - "ids" - ] - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/Association" - }, - "type": "array" - } - } - }, - "description": "A list of matching association objects" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "For a list of association IDs, return the matching disease object", - "tags": [ - "association" - ] - } - }, - "/association/{associationid}": { - "get": { - "parameters": [ - { - "description": "Retrieve association objects based on Association ID Supports JSONP and CORS as well.", - "example": "UNIPROT:P24394-biolink:correlated_with-UNIPROT:O00233-UNIPROT:O00233-0.5289143223483601-", - "in": "path", - "name": "associationid", - "required": true, - "schema": { - "type": "string" - } - }, - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Association" - } - } - }, - "description": "A matching association object" - }, - "404": { - "description": "A response indicating an unknown association ID" - } - }, - "summary": "Retrieve association objects based on ID", - "tags": [ - "association" - ] - } - }, - "/metadata": { - "get": { - "parameters": [ - { - "$ref": "#/components/parameters/callback", - "in": "query", - "name": "callback" - } - ], - "responses": { - "200": { - "description": "KP metadata object" - } - }, - "summary": "Get metadata about the data available from the API", - "tags": [ - "metadata" - ] - } - }, - "/metadata/fields": { - "get": { - "parameters": [ - { - "$ref": "#/components/parameters/search", - "name": "search" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/prefix", - "name": "prefix" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "description": "metadata fields object" - } - }, - "summary": "Get metadata about the data fields available", - "tags": [ - "metadata" - ] - } - }, - "/query": { - "get": { - "parameters": [ - { - "description": "Query string.", - "example": "subject.id:UNIPROT\\:P25685", - "in": "query", - "name": "q", - "required": true, - "schema": { - "type": "string" - } - }, - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/facet_size", - "name": "facet_size" - }, - { - "$ref": "#/components/parameters/sort", - "name": "sort" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/facets", - "name": "facets" - }, - { - "$ref": "#/components/parameters/size", - "name": "size" - }, - { - "$ref": "#/components/parameters/from", - "name": "from" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueryResult" - } - } - }, - "description": "A query response with the \"hits\" property" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "Make queries and return matching association hits. Supports JSONP and CORS as well.", - "tags": [ - "query" - ], - "x-bte-kgs-operations": [ - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule3" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule3-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule4" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule4-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Protein" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Protein-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Protein1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Protein1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Protein2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Protein2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule3" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule3-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule4" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule4-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-Protein" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-Protein-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-Protein1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-Protein1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-Protein2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-Protein2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule3" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule3-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule4" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule4-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-Protein" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-Protein-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-Protein1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-Protein1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-Protein2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-Protein2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule3" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule3-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule4" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule4-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-Protein" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-Protein-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-Protein1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-Protein1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-Protein2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-Protein2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule3" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule3-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule4" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule4-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-Protein" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-Protein-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-Protein1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-Protein1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-Protein2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-Protein2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule3" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule3-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule4" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule4-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-Protein" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-Protein-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-Protein1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-Protein1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-Protein2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein-Protein2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule3" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule3-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule4" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule4-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-Protein" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-Protein-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-Protein1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-Protein1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-Protein2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein1-Protein2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule2-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule3" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule3-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule4" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule4-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-Protein" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-Protein-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-Protein1" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-Protein1-reverse" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-Protein2" - }, - { - "$ref": "#/components/x-bte-kgs-operations/Protein2-Protein2-reverse" - } - ] - }, - "post": { - "parameters": [ - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/size", - "name": "size" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "q": { - "description": "multiple query terms separated by comma (also \"+\" or whitespace). Does not support wildcard queries", - "type": "string" - }, - "scopes": { - "description": "a comma-separated list of fields as the search \"scopes\" (fields to search through for query term). The available \"fields\" that can be passed to the \"scopes\" parameter are listed in the **/metadata/fields** endpoint.string Default: \"scopes=_id\".", - "type": "string" - } - } - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueryPOSTResult" - } - } - }, - "description": "Query response objects with the \"hits\" property" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "Make batch disease queries and return matching disease hits", - "tags": [ - "query" - ] - } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-SmallMolecule4-reverse": [ + { + "inputs": [ + { + "id": "HGNC", + "semantic": "Protein" } - }, - "servers": [ + ], + "outputs": [ { - "description": "Encrypted Production server", - "url": "https://biothings.ncats.io/multiomics_wellness_kp" - }, + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-Protein": [ + { + "inputs": [ { - "description": "Production server", - "url": "http://biothings.ncats.io/multiomics_wellness_kp" + "id": "HGNC", + "semantic": "Protein" } - ], - "tags": [ + ], + "outputs": [ { - "name": "protein" - }, + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-Protein-reverse": [ + { + "inputs": [ { - "name": "chemical_substance" - }, + "id": "HGNC", + "semantic": "Protein" + } + ], + "outputs": [ { - "name": "association" - }, + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-Protein1": [ + { + "inputs": [ { - "name": "annotation" - }, + "id": "HGNC", + "semantic": "Protein" + } + ], + "outputs": [ { - "name": "query" - }, + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-Protein1-reverse": [ + { + "inputs": [ { - "name": "translator" - }, + "id": "HGNC", + "semantic": "Protein" + } + ], + "outputs": [ { - "name": "biothings" - }, + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-Protein2": [ + { + "inputs": [ { - "name": "biothings_graph" + "id": "HGNC", + "semantic": "Protein" } - ] + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.HGNC:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein1-Protein2-reverse": [ + { + "inputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.HGNC:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-SmallMolecule": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-SmallMolecule-reverse": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-SmallMolecule1": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-SmallMolecule1-reverse": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "KEGG", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-SmallMolecule2": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-SmallMolecule2-reverse": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "HMDB", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-SmallMolecule3": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-SmallMolecule3-reverse": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "PUBCHEM", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-SmallMolecule4": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-SmallMolecule4-reverse": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "CAS", + "semantic": "SmallMolecule" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:SmallMolecule", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/SmallMolecule-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-Protein": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-Protein-reverse": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "LOINC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-Protein1": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-Protein1-reverse": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "HGNC", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-Protein2": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "object,association", + "q": "subject.UNIPROT:\"{inputs[0]}\" AND object.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "Protein2-Protein2-reverse": [ + { + "inputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "outputs": [ + { + "id": "UNIPROT", + "semantic": "Protein" + } + ], + "parameters": { + "fields": "subject,association", + "q": "object.UNIPROT:\"{inputs[0]}\" AND subject.type:Protein", + "size": 1000, + "sort": "association.pval" + }, + "predicate": "correlated_with", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/Protein-reverse" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ] }, - { - "_id": "5219cefb9d2b8d5df08c3a956fdd20f3", - "_meta": { - "date_created": "2021-02-11T00:04:22.638313+00:00", - "last_updated": "2021-03-05T08:04:46.465179+00:00", - "url": "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/master/tcga_mut_freq/smartapi.yaml", - "username": "kevinxin90" - }, - "_score": 2.6717887, - "_status": { - "refresh_status": 200, - "refresh_ts": "2021-03-05T08:04:46+00:00", - "uptime_status": "good", - "uptime_ts": "2021-03-05T08:09:31.818951" - }, - "components": { - "parameters": { - "callback": { - "description": "you can pass a \"callback\" parameter to make a JSONP call. Type: string.", - "in": "query", - "name": "callback", - "schema": { - "type": "string" - } - }, - "dotfield": { - "description": "control the format of the returned chem object. If \"true\" or \"1\", all fields will be collapsed into a single level deep object (all nested objects will be a single level deep, using dotfield notation to signify the nested structure) Type: boolean. Default: false.", - "in": "query", - "name": "dotfield", - "schema": { - "type": "boolean" - } - }, - "email": { - "description": "If you are regular users of our services, we encourage you to provide us with an email, so that we can better track the usage or follow up with you.", - "in": "query", - "name": "email", - "schema": { - "type": "string" - } - }, - "facet_size": { - "description": "the number of facet buckets to return in the response. Type: integer. Default: 10. Max: 1000.", - "in": "query", - "name": "facet_size", - "schema": { - "type": "integer" - } - }, - "facets": { - "description": "a comma-separated list of fields to return facets on. In addition to query hits, the fields notated in \"facets\" will be aggregated by value and bucklet counts will be displayed in the \"facets\" field of the response object. Type: string (list). Default: None. Max: 1000.", - "in": "query", - "name": "facets", - "schema": { - "type": "string" - } - }, - "fields": { - "description": "a comma-separated list of fields (in dotfield notation) used to limit the fields returned from the matching chem hit(s). The supported field names can be found from any chem object or from the /metadata/fields endpoint. If \"fields=all\", all available fields will be returned. Type: string (list). Default: all. Max: 1000.", - "in": "query", - "name": "fields", - "schema": { - "type": "string" - } - }, - "format": { - "description": "controls output format of server response, currently supports: \"json\", \"jsonld\", \"html\". Type: string. Default: json.", - "in": "query", - "name": "format", - "schema": { - "type": "string" - } - }, - "from": { - "description": "the number of matching chem hits to skip, starting from 0. This can be useful for paging in combination with the \"size\" parameter. Type: integer. Default: None.", - "in": "query", - "name": "from", - "schema": { - "type": "integer" - } - }, - "prefix": { - "description": "Pass a prefix string to filter the available fields. Type: string. Default: None.", - "in": "query", - "name": "prefix", - "schema": { - "type": "string" - } - }, - "search": { - "description": "Pass a search term to filter the available fields. Type: string. Default: None.", - "in": "query", - "name": "search", - "schema": { - "type": "string" - } - }, - "size": { - "description": "the maximum number of matching chem hits to return per batch. Type: integer. Default: 10.", - "in": "query", - "name": "size", - "schema": { - "type": "integer" - } + "x-bte-response-mapping": { + "SmallMolecule": { + "CAS": "hits.object.CAS", + "HMDB": "hits.object.HMDB", + "KEGG": "hits.object.KEGG", + "LOINC": "hits.object.LOINC", + "N": "hits.association.N", + "PUBCHEM": "hits.object.PUBCHEM", + "pval": "hits.association.pval", + "rho": "hits.association.rho" + }, + "SmallMolecule-reverse": { + "CAS": "hits.subject.CAS", + "HMDB": "hits.subject.HMDB", + "KEGG": "hits.subject.KEGG", + "LOINC": "hits.subject.LOINC", + "N": "hits.association.N", + "PUBCHEM": "hits.subject.PUBCHEM", + "pval": "hits.association.pval", + "rho": "hits.association.rho" + }, + "Protein": { + "HGNC": "hits.object.HGNC", + "LOINC": "hits.object.LOINC", + "N": "hits.association.N", + "UNIPROT": "hits.object.UNIPROT", + "pval": "hits.association.pval", + "rho": "hits.association.rho" + }, + "Protein-reverse": { + "HGNC": "hits.subject.HGNC", + "LOINC": "hits.subject.LOINC", + "N": "hits.association.N", + "UNIPROT": "hits.subject.UNIPROT", + "pval": "hits.association.pval", + "rho": "hits.association.rho" + } + } + }, + "info": { + "contact": { + "email": "help@biothings.io", + "name": "JIWEN XIN", + "x-id": "https://github.com/kevinxin90", + "x-role": "responsible developer" + }, + "description": "Documentation of the Multiomics Wellness KP query web services.", + "termsOfService": "https://biothings.io/about", + "title": "Multiomics Wellness KP API", + "version": "1.0", + "x-translator": { + "component": "KP", + "team": ["Multiomics Provider", "Service Provider"] + } + }, + "openapi": "3.0.0", + "paths": { + "/association": { + "post": { + "parameters": [ + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "properties": { + "ids": { + "description": "multiple association IDs separated by comma. Note that currently we only take the input ids up to 1000 maximum, the rest will be omitted. Type: string (list). Max: 1000.", + "type": "string" + } }, - "sort": { - "description": "the comma-separated list of fields to sort on. Prefix each with \"-\" for descending order, otherwise in ascending order. Default: sort by descending score.", - "in": "query", - "name": "sort", - "schema": { - "type": "string" - } + "required": ["ids"] + } + } + } + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "items": { + "$ref": "#/components/schemas/Association" + }, + "type": "array" } + } }, - "schemas": { - "Association": { - "properties": { - "_id": { - "type": "string" - } - }, - "required": [ - "_id" - ], - "type": "object" - }, - "ErrorResult": { - "properties": { - "message": { - "type": "string" - }, - "success": { - "type": "boolean" - } - }, - "type": "object" - }, - "QueryPOSTResult": { - "items": { - "allOf": [ - { - "$ref": "#/components/schemas/Association" - }, - { - "properties": { - "_score": { - "format": "float", - "type": "number" - }, - "query": { - "type": "string" - } - }, - "type": "object" - } - ] - }, - "type": "array" - }, - "QueryResult": { - "properties": { - "hits": { - "items": { - "$ref": "#/components/schemas/Association" - }, - "type": "array" - }, - "max_score": { - "format": "float", - "type": "number" - }, - "took": { - "type": "integer" - }, - "total": { - "type": "integer" - } - }, - "type": "object" - }, - "int64_or_array": { - "oneOf": [ - { - "items": { - "format": "int64", - "type": "integer" - }, - "type": "array" - }, - { - "format": "int64", - "type": "integer" - } - ] - }, - "string_or_array": { - "oneOf": [ - { - "items": { - "type": "string" - }, - "type": "array" - }, - { - "type": "string" - } - ] + "description": "A list of matching association objects" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" } + } }, - "x-bte-kgs-operations": { - "disease-gene": [ - { - "inputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "outputs": [ - { - "id": "SYMBOL", - "semantic": "Gene" - } - ], - "parameters": { - "fields": "association.freq_by_sample,subject.SYMBOL", - "q": "object.id:\"{inputs[0]}\" AND association.freq_by_sample:>0.1", - "size": "1000", - "sort": "-association.freq_by_sample" - }, - "predicate": "gene_has_variant_that_contributes_to_disease_association", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/disease-gene" - }, - "source": "Multiomics Provider", - "supportBatch": false - } - ], - "gene-disease": [ - { - "inputSeparator": ",", - "inputs": [ - { - "id": "SYMBOL", - "semantic": "Gene" - } - ], - "outputs": [ - { - "id": "MONDO", - "semantic": "Disease" - } - ], - "parameters": { - "fields": "association.freq_by_sample,object.MONDO", - "q": "subject.SYMBOL:{inputs[0]} AND association.freq_by_sample:>0.1", - "size": "1000", - "sort": "-association.freq_by_sample" - }, - "predicate": "gene_has_variant_that_contributes_to_disease_association", - "response_mapping": { - "$ref": "#/components/x-bte-response-mapping/gene-disease" - }, - "source": "Multiomics Provider", - "supportBatch": true - } - ] - }, - "x-bte-response-mapping": { - "disease-gene": { - "SYMBOL": "hits.subject.SYMBOL", - "frequency": "hits.association.freq_by_sample" - }, - "gene-disease": { - "MONDO": "hits.object.MONDO", - "frequency": "hits.association.freq_by_sample" - } - } + "description": "A response indicating an improperly formatted query" + } }, - "info": { - "contact": { - "email": "help@biothings.io", - "name": "JIWEN XIN", - "x-id": "https://github.com/kevinxin90", - "x-role": "responsible developer" - }, - "description": "Documentation of the TCGA Mutation Frequency KP query web services.", - "termsOfService": "https://biothings.io/about", - "title": "TCGA Mutation Frequency KP API", - "version": "1.0", - "x-translator": { - "component": "KP", - "team": [ - "Multiomics Provider", - "Service Provider" - ] + "summary": "For a list of association IDs, return the matching disease object", + "tags": ["association"] + } + }, + "/association/{associationid}": { + "get": { + "parameters": [ + { + "description": "Retrieve association objects based on Association ID Supports JSONP and CORS as well.", + "example": "UNIPROT:P24394-biolink:correlated_with-UNIPROT:O00233-UNIPROT:O00233-0.5289143223483601-", + "in": "path", + "name": "associationid", + "required": true, + "schema": { + "type": "string" } + }, + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Association" + } + } + }, + "description": "A matching association object" + }, + "404": { + "description": "A response indicating an unknown association ID" + } + }, + "summary": "Retrieve association objects based on ID", + "tags": ["association"] + } + }, + "/metadata": { + "get": { + "parameters": [ + { + "$ref": "#/components/parameters/callback", + "in": "query", + "name": "callback" + } + ], + "responses": { + "200": { + "description": "KP metadata object" + } }, - "openapi": "3.0.0", - "paths": { - "/association": { - "post": { - "parameters": [ - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "ids": { - "description": "multiple association IDs separated by comma. Note that currently we only take the input ids up to 1000 maximum, the rest will be omitted. Type: string (list). Max: 1000.", - "type": "string" - } - }, - "required": [ - "ids" - ] - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/Association" - }, - "type": "array" - } - } - }, - "description": "A list of matching association objects" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "For a list of association IDs, return the matching disease object", - "tags": [ - "association" - ] + "summary": "Get metadata about the data available from the API", + "tags": ["metadata"] + } + }, + "/metadata/fields": { + "get": { + "parameters": [ + { + "$ref": "#/components/parameters/search", + "name": "search" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/prefix", + "name": "prefix" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "description": "metadata fields object" + } + }, + "summary": "Get metadata about the data fields available", + "tags": ["metadata"] + } + }, + "/query": { + "get": { + "parameters": [ + { + "description": "Query string.", + "example": "subject.id:UNIPROT\\:P25685", + "in": "query", + "name": "q", + "required": true, + "schema": { + "type": "string" + } + }, + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/facet_size", + "name": "facet_size" + }, + { + "$ref": "#/components/parameters/sort", + "name": "sort" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/facets", + "name": "facets" + }, + { + "$ref": "#/components/parameters/size", + "name": "size" + }, + { + "$ref": "#/components/parameters/from", + "name": "from" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryResult" } + } }, - "/association/{associationid}": { - "get": { - "parameters": [ - { - "description": "Retrieve association objects based on Association ID Supports JSONP and CORS as well.", - "example": "NRAS-TCGA-LUAD", - "in": "path", - "name": "associationid", - "required": true, - "schema": { - "type": "string" - } - }, - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Association" - } - } - }, - "description": "A matching association object" - }, - "404": { - "description": "A response indicating an unknown association ID" - } - }, - "summary": "Retrieve association objects based on ID", - "tags": [ - "association" - ] + "description": "A query response with the \"hits\" property" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" } + } }, - "/metadata": { - "get": { - "parameters": [ - { - "$ref": "#/components/parameters/callback", - "in": "query", - "name": "callback" - } - ], - "responses": { - "200": { - "description": "KP metadata object" - } - }, - "summary": "Get metadata about the data available from the API", - "tags": [ - "metadata" - ] + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "Make queries and return matching association hits. Supports JSONP and CORS as well.", + "tags": ["query"], + "x-bte-kgs-operations": [ + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule3" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule3-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule4" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-SmallMolecule4-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Protein" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Protein-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Protein1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Protein1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Protein2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule-Protein2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule3" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule3-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule4" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-SmallMolecule4-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-Protein" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-Protein-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-Protein1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-Protein1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-Protein2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule1-Protein2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule3" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule3-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule4" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-SmallMolecule4-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-Protein" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-Protein-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-Protein1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-Protein1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-Protein2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule2-Protein2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule3" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule3-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule4" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-SmallMolecule4-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-Protein" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-Protein-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-Protein1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-Protein1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-Protein2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule3-Protein2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule3" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule3-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule4" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-SmallMolecule4-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-Protein" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-Protein-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-Protein1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-Protein1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-Protein2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/SmallMolecule4-Protein2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule3" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule3-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule4" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-SmallMolecule4-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-Protein" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-Protein-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-Protein1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-Protein1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-Protein2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein-Protein2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule3" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule3-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule4" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-SmallMolecule4-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-Protein" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-Protein-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-Protein1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-Protein1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-Protein2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein1-Protein2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule2-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule3" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule3-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule4" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-SmallMolecule4-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-Protein" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-Protein-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-Protein1" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-Protein1-reverse" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-Protein2" + }, + { + "$ref": "#/components/x-bte-kgs-operations/Protein2-Protein2-reverse" + } + ] + }, + "post": { + "parameters": [ + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/size", + "name": "size" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "properties": { + "q": { + "description": "multiple query terms separated by comma (also \"+\" or whitespace). Does not support wildcard queries", + "type": "string" + }, + "scopes": { + "description": "a comma-separated list of fields as the search \"scopes\" (fields to search through for query term). The available \"fields\" that can be passed to the \"scopes\" parameter are listed in the **/metadata/fields** endpoint.string Default: \"scopes=_id\".", + "type": "string" + } + } + } + } + } + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryPOSTResult" } + } }, - "/metadata/fields": { - "get": { - "parameters": [ - { - "$ref": "#/components/parameters/search", - "name": "search" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/prefix", - "name": "prefix" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "description": "metadata fields object" - } - }, - "summary": "Get metadata about the data fields available", - "tags": [ - "metadata" - ] + "description": "Query response objects with the \"hits\" property" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" } + } + }, + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "Make batch disease queries and return matching disease hits", + "tags": ["query"] + } + } + }, + "servers": [ + { + "description": "Encrypted Production server", + "url": "https://biothings.ncats.io/multiomics_wellness_kp", + "x-maturity": "production" + }, + { + "description": "Production server", + "url": "http://biothings.ncats.io/multiomics_wellness_kp", + "x-maturity": "production" + } + ], + "tags": [ + { + "name": "protein" + }, + { + "name": "chemical_substance" + }, + { + "name": "association" + }, + { + "name": "annotation" + }, + { + "name": "query" + }, + { + "name": "translator" + }, + { + "name": "biothings" + }, + { + "name": "biothings_graph" + } + ] + }, + { + "_id": "5219cefb9d2b8d5df08c3a956fdd20f3", + "_meta": { + "date_created": "2021-02-11T00:04:22.638313+00:00", + "last_updated": "2021-03-05T08:04:46.465179+00:00", + "url": "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/master/tcga_mut_freq/smartapi.yaml", + "username": "kevinxin90" + }, + "_score": 2.6717887, + "_status": { + "refresh_status": 200, + "refresh_ts": "2021-03-05T08:04:46+00:00", + "uptime_status": "good", + "uptime_ts": "2021-03-05T08:09:31.818951" + }, + "components": { + "parameters": { + "callback": { + "description": "you can pass a \"callback\" parameter to make a JSONP call. Type: string.", + "in": "query", + "name": "callback", + "schema": { + "type": "string" + } + }, + "dotfield": { + "description": "control the format of the returned chem object. If \"true\" or \"1\", all fields will be collapsed into a single level deep object (all nested objects will be a single level deep, using dotfield notation to signify the nested structure) Type: boolean. Default: false.", + "in": "query", + "name": "dotfield", + "schema": { + "type": "boolean" + } + }, + "email": { + "description": "If you are regular users of our services, we encourage you to provide us with an email, so that we can better track the usage or follow up with you.", + "in": "query", + "name": "email", + "schema": { + "type": "string" + } + }, + "facet_size": { + "description": "the number of facet buckets to return in the response. Type: integer. Default: 10. Max: 1000.", + "in": "query", + "name": "facet_size", + "schema": { + "type": "integer" + } + }, + "facets": { + "description": "a comma-separated list of fields to return facets on. In addition to query hits, the fields notated in \"facets\" will be aggregated by value and bucklet counts will be displayed in the \"facets\" field of the response object. Type: string (list). Default: None. Max: 1000.", + "in": "query", + "name": "facets", + "schema": { + "type": "string" + } + }, + "fields": { + "description": "a comma-separated list of fields (in dotfield notation) used to limit the fields returned from the matching chem hit(s). The supported field names can be found from any chem object or from the /metadata/fields endpoint. If \"fields=all\", all available fields will be returned. Type: string (list). Default: all. Max: 1000.", + "in": "query", + "name": "fields", + "schema": { + "type": "string" + } + }, + "format": { + "description": "controls output format of server response, currently supports: \"json\", \"jsonld\", \"html\". Type: string. Default: json.", + "in": "query", + "name": "format", + "schema": { + "type": "string" + } + }, + "from": { + "description": "the number of matching chem hits to skip, starting from 0. This can be useful for paging in combination with the \"size\" parameter. Type: integer. Default: None.", + "in": "query", + "name": "from", + "schema": { + "type": "integer" + } + }, + "prefix": { + "description": "Pass a prefix string to filter the available fields. Type: string. Default: None.", + "in": "query", + "name": "prefix", + "schema": { + "type": "string" + } + }, + "search": { + "description": "Pass a search term to filter the available fields. Type: string. Default: None.", + "in": "query", + "name": "search", + "schema": { + "type": "string" + } + }, + "size": { + "description": "the maximum number of matching chem hits to return per batch. Type: integer. Default: 10.", + "in": "query", + "name": "size", + "schema": { + "type": "integer" + } + }, + "sort": { + "description": "the comma-separated list of fields to sort on. Prefix each with \"-\" for descending order, otherwise in ascending order. Default: sort by descending score.", + "in": "query", + "name": "sort", + "schema": { + "type": "string" + } + } + }, + "schemas": { + "Association": { + "properties": { + "_id": { + "type": "string" + } + }, + "required": ["_id"], + "type": "object" + }, + "ErrorResult": { + "properties": { + "message": { + "type": "string" + }, + "success": { + "type": "boolean" + } + }, + "type": "object" + }, + "QueryPOSTResult": { + "items": { + "allOf": [ + { + "$ref": "#/components/schemas/Association" }, - "/query": { - "get": { - "parameters": [ - { - "description": "Query string.", - "example": "object.MONDO:\"MONDO:0005061\"", - "in": "query", - "name": "q", - "required": true, - "schema": { - "type": "string" - } - }, - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/facet_size", - "name": "facet_size" - }, - { - "$ref": "#/components/parameters/sort", - "name": "sort" - }, - { - "$ref": "#/components/parameters/callback", - "name": "callback" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/facets", - "name": "facets" - }, - { - "$ref": "#/components/parameters/size", - "name": "size" - }, - { - "$ref": "#/components/parameters/from", - "name": "from" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueryResult" - } - } - }, - "description": "A query response with the \"hits\" property" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "Make queries and return matching association hits. Supports JSONP and CORS as well.", - "tags": [ - "query" - ], - "x-bte-kgs-operations": [ - { - "$ref": "#/components/x-bte-kgs-operations/disease-gene" - }, - { - "$ref": "#/components/x-bte-kgs-operations/gene-disease" - } - ] + { + "properties": { + "_score": { + "format": "float", + "type": "number" }, - "post": { - "parameters": [ - { - "$ref": "#/components/parameters/dotfield", - "name": "dotfield" - }, - { - "$ref": "#/components/parameters/email", - "name": "email" - }, - { - "$ref": "#/components/parameters/fields", - "name": "fields" - }, - { - "$ref": "#/components/parameters/size", - "name": "size" - }, - { - "$ref": "#/components/parameters/format", - "name": "format" - } - ], - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "q": { - "description": "multiple query terms separated by comma (also \"+\" or whitespace). Does not support wildcard queries", - "type": "string" - }, - "scopes": { - "description": "a comma-separated list of fields as the search \"scopes\" (fields to search through for query term). The available \"fields\" that can be passed to the \"scopes\" parameter are listed in the **/metadata/fields** endpoint.string Default: \"scopes=_id\".", - "type": "string" - } - } - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/QueryPOSTResult" - } - } - }, - "description": "Query response objects with the \"hits\" property" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResult" - } - } - }, - "description": "A response indicating an improperly formatted query" - } - }, - "summary": "Make batch disease queries and return matching disease hits", - "tags": [ - "query" - ] + "query": { + "type": "string" } + }, + "type": "object" } + ] }, - "servers": [ - { - "description": "Encrypted Production server", - "url": "https://biothings.ncats.io/tcga_mut_freq_kp" + "type": "array" + }, + "QueryResult": { + "properties": { + "hits": { + "items": { + "$ref": "#/components/schemas/Association" + }, + "type": "array" + }, + "max_score": { + "format": "float", + "type": "number" + }, + "took": { + "type": "integer" + }, + "total": { + "type": "integer" + } + }, + "type": "object" + }, + "int64_or_array": { + "oneOf": [ + { + "items": { + "format": "int64", + "type": "integer" + }, + "type": "array" + }, + { + "format": "int64", + "type": "integer" + } + ] + }, + "string_or_array": { + "oneOf": [ + { + "items": { + "type": "string" }, + "type": "array" + }, + { + "type": "string" + } + ] + } + }, + "x-bte-kgs-operations": { + "disease-gene": [ + { + "inputs": [ { - "description": "Production server", - "url": "http://biothings.ncats.io/tcga_mut_freq_kp" + "id": "MONDO", + "semantic": "Disease" } - ], - "tags": [ + ], + "outputs": [ { - "name": "gene" - }, + "id": "SYMBOL", + "semantic": "Gene" + } + ], + "parameters": { + "fields": "association.freq_by_sample,subject.SYMBOL", + "q": "object.id:\"{inputs[0]}\" AND association.freq_by_sample:>0.1", + "size": "1000", + "sort": "-association.freq_by_sample" + }, + "predicate": "gene_has_variant_that_contributes_to_disease_association", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/disease-gene" + }, + "source": "Multiomics Provider", + "supportBatch": false + } + ], + "gene-disease": [ + { + "inputSeparator": ",", + "inputs": [ { - "name": "disease" - }, + "id": "SYMBOL", + "semantic": "Gene" + } + ], + "outputs": [ { - "name": "association" + "id": "MONDO", + "semantic": "Disease" + } + ], + "parameters": { + "fields": "association.freq_by_sample,object.MONDO", + "q": "subject.SYMBOL:{inputs[0]} AND association.freq_by_sample:>0.1", + "size": "1000", + "sort": "-association.freq_by_sample" + }, + "predicate": "gene_has_variant_that_contributes_to_disease_association", + "response_mapping": { + "$ref": "#/components/x-bte-response-mapping/gene-disease" + }, + "source": "Multiomics Provider", + "supportBatch": true + } + ] + }, + "x-bte-response-mapping": { + "disease-gene": { + "SYMBOL": "hits.subject.SYMBOL", + "frequency": "hits.association.freq_by_sample" + }, + "gene-disease": { + "MONDO": "hits.object.MONDO", + "frequency": "hits.association.freq_by_sample" + } + } + }, + "info": { + "contact": { + "email": "help@biothings.io", + "name": "JIWEN XIN", + "x-id": "https://github.com/kevinxin90", + "x-role": "responsible developer" + }, + "description": "Documentation of the TCGA Mutation Frequency KP query web services.", + "termsOfService": "https://biothings.io/about", + "title": "TCGA Mutation Frequency KP API", + "version": "1.0", + "x-translator": { + "component": "KP", + "team": ["Multiomics Provider", "Service Provider"] + } + }, + "openapi": "3.0.0", + "paths": { + "/association": { + "post": { + "parameters": [ + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "properties": { + "ids": { + "description": "multiple association IDs separated by comma. Note that currently we only take the input ids up to 1000 maximum, the rest will be omitted. Type: string (list). Max: 1000.", + "type": "string" + } + }, + "required": ["ids"] + } + } + } + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "items": { + "$ref": "#/components/schemas/Association" + }, + "type": "array" + } + } }, - { - "name": "annotation" + "description": "A list of matching association objects" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" + } + } }, - { - "name": "query" + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "For a list of association IDs, return the matching disease object", + "tags": ["association"] + } + }, + "/association/{associationid}": { + "get": { + "parameters": [ + { + "description": "Retrieve association objects based on Association ID Supports JSONP and CORS as well.", + "example": "NRAS-TCGA-LUAD", + "in": "path", + "name": "associationid", + "required": true, + "schema": { + "type": "string" + } + }, + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Association" + } + } }, - { - "name": "translator" + "description": "A matching association object" + }, + "404": { + "description": "A response indicating an unknown association ID" + } + }, + "summary": "Retrieve association objects based on ID", + "tags": ["association"] + } + }, + "/metadata": { + "get": { + "parameters": [ + { + "$ref": "#/components/parameters/callback", + "in": "query", + "name": "callback" + } + ], + "responses": { + "200": { + "description": "KP metadata object" + } + }, + "summary": "Get metadata about the data available from the API", + "tags": ["metadata"] + } + }, + "/metadata/fields": { + "get": { + "parameters": [ + { + "$ref": "#/components/parameters/search", + "name": "search" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/prefix", + "name": "prefix" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "description": "metadata fields object" + } + }, + "summary": "Get metadata about the data fields available", + "tags": ["metadata"] + } + }, + "/query": { + "get": { + "parameters": [ + { + "description": "Query string.", + "example": "object.MONDO:\"MONDO:0005061\"", + "in": "query", + "name": "q", + "required": true, + "schema": { + "type": "string" + } + }, + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/facet_size", + "name": "facet_size" + }, + { + "$ref": "#/components/parameters/sort", + "name": "sort" + }, + { + "$ref": "#/components/parameters/callback", + "name": "callback" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/facets", + "name": "facets" + }, + { + "$ref": "#/components/parameters/size", + "name": "size" + }, + { + "$ref": "#/components/parameters/from", + "name": "from" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryResult" + } + } }, - { - "name": "biothings" + "description": "A query response with the \"hits\" property" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" + } + } }, - { - "name": "biothings_graph" - } + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "Make queries and return matching association hits. Supports JSONP and CORS as well.", + "tags": ["query"], + "x-bte-kgs-operations": [ + { + "$ref": "#/components/x-bte-kgs-operations/disease-gene" + }, + { + "$ref": "#/components/x-bte-kgs-operations/gene-disease" + } ] + }, + "post": { + "parameters": [ + { + "$ref": "#/components/parameters/dotfield", + "name": "dotfield" + }, + { + "$ref": "#/components/parameters/email", + "name": "email" + }, + { + "$ref": "#/components/parameters/fields", + "name": "fields" + }, + { + "$ref": "#/components/parameters/size", + "name": "size" + }, + { + "$ref": "#/components/parameters/format", + "name": "format" + } + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "properties": { + "q": { + "description": "multiple query terms separated by comma (also \"+\" or whitespace). Does not support wildcard queries", + "type": "string" + }, + "scopes": { + "description": "a comma-separated list of fields as the search \"scopes\" (fields to search through for query term). The available \"fields\" that can be passed to the \"scopes\" parameter are listed in the **/metadata/fields** endpoint.string Default: \"scopes=_id\".", + "type": "string" + } + } + } + } + } + }, + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryPOSTResult" + } + } + }, + "description": "Query response objects with the \"hits\" property" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResult" + } + } + }, + "description": "A response indicating an improperly formatted query" + } + }, + "summary": "Make batch disease queries and return matching disease hits", + "tags": ["query"] + } + } + }, + "servers": [ + { + "description": "Encrypted Production server", + "url": "https://biothings.ncats.io/tcga_mut_freq_kp", + "x-maturity": "production" + }, + { + "description": "Production server", + "url": "http://biothings.ncats.io/tcga_mut_freq_kp", + "x-maturity": "production" + } + ], + "tags": [ + { + "name": "gene" + }, + { + "name": "disease" + }, + { + "name": "association" + }, + { + "name": "annotation" + }, + { + "name": "query" + }, + { + "name": "translator" + }, + { + "name": "biothings" + }, + { + "name": "biothings_graph" } - ] -} \ No newline at end of file + ] + } + ] +}