{"openapi":"3.0.1","info":{"title":"Pathway Analysis Service","description":"Provides an API for pathway over-representation and expression analysis as well as species comparison tool.","termsOfService":"/license","contact":{"name":"Reactome","url":"https://reactome.org","email":"help@reactome.org"},"license":{"name":"Creative Commons Attribution 3.0 Unsupported License","url":"https://creativecommons.org/licenses/by/3.0/legalcode"},"version":"2.0"},"servers":[{"url":"/AnalysisService"}],"tags":[{"name":"identifier","description":"Queries for only one identifier"},{"name":"mapping","description":"Identifiers mapping methods"},{"name":"report","description":"Retrieves report files in PDF format"},{"name":"species","description":"Species comparison"},{"name":"token","description":"Previous queries filter"},{"name":"download","description":"Methods to download different views of a result"},{"name":"import","description":"Imports an external result"},{"name":"database","description":"Database info queries"},{"name":"identifiers","description":"Queries for multiple identifiers"}],"paths":{"/database/name":{"get":{"tags":["database"],"summary":"The name of current database","operationId":"getDBName","responses":{"406":{"description":"Not acceptable according to the accept headers sent in the request","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Internal Server Error","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/database/version":{"get":{"tags":["database"],"summary":"The version number of current database","operationId":"getDBVersion","responses":{"406":{"description":"Not acceptable according to the accept headers sent in the request","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Internal Server Error","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/download/{token}/entities/found/{resource}/{filename}.csv":{"get":{"tags":["download"],"summary":"Downloads found identifiers for a given analysis and resource","description":"The identifiers are filtered by the selected resource. The filename is the one to be suggested in the download window.","operationId":"downloadMappingResult","parameters":[{"name":"token","in":"path","description":"The token associated with the data to download","required":true,"schema":{"type":"string"}},{"name":"resource","in":"path","required":true,"schema":{"type":"string","description":"the preferred resource","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"filename","in":"path","description":"the file name for the downloaded information","required":true,"schema":{"type":"string"},"example":"result"}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"text/csv":{"schema":{"type":"string","format":"binary"}}}},"410":{"description":"Result deleted due to a new data release","content":{"text/csv":{"schema":{"type":"string","format":"binary"}}}}}}},"/download/{token}/entities/notfound/{filename}.csv":{"get":{"tags":["download"],"summary":"Downloads a list of the not found identifiers","description":"Those identifiers from the user sample that are not present up to the current data version. The filename is the one to be suggested in the download window.","operationId":"downloadNotFound","parameters":[{"name":"token","in":"path","description":"The token associated with the data to download","required":true,"schema":{"type":"string"}},{"name":"filename","in":"path","description":"the file name for the downloaded information","required":true,"schema":{"type":"string"},"example":"result"}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"text/csv":{"schema":{"type":"string","format":"binary"}}}},"410":{"description":"Result deleted due to a new data release","content":{"text/csv":{"schema":{"type":"string","format":"binary"}}}}}}},"/download/{token}/pathways/{resource}/{filename}.csv":{"get":{"tags":["download"],"summary":"Downloads all hit pathways for a given analysis","description":"The results are filtered by the selected resource. The filename is the one to be suggested in the download window.","operationId":"downloadResultCSV","parameters":[{"name":"token","in":"path","description":"The token associated with the data to download","required":true,"schema":{"type":"string"}},{"name":"resource","in":"path","required":true,"schema":{"type":"string","description":"the preferred resource","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI","PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"filename","in":"path","description":"the file name for the downloaded information","required":true,"schema":{"type":"string"},"example":"result"}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"text/csv":{"schema":{"type":"string","format":"binary"}}}},"410":{"description":"Result deleted due to a new data release","content":{"text/csv":{"schema":{"type":"string","format":"binary"}}}}}}},"/download/{token}/result.json":{"get":{"tags":["download"],"summary":"Returns the complete result in json format","description":"The results are not filtered by any means. The json file contains the whole stored result based on chosen analysis options and submitted data.","operationId":"downloadResultJSON","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"importableOnly","in":"query","description":"Only include resources which can be later imported","required":false,"schema":{"type":"boolean","default":false},"example":false}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalAnalysisResult"}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalAnalysisResult"}}}}}}},"/download/{token}/result.json.gz":{"get":{"tags":["download"],"summary":"Returns the complete result in json format (gzipped)","description":"The results are not filtered by any means. The json file contains the whole stored result based on chosen analysis options and submitted data.","operationId":"downloadResultGZIP","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/gzip":{"schema":{"type":"string","format":"binary"}},"application/x-gzip":{"schema":{"type":"string","format":"binary"}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/gzip":{"schema":{"type":"string","format":"binary"}},"application/x-gzip":{"schema":{"type":"string","format":"binary"}}}}}}},"/identifier/{id}":{"get":{"tags":["identifier"],"summary":"Analyse the identifier over the different species in the database","description":"Use page and pageSize to reduce the amount of data retrieved. Use sortBy and order to sort the result by your preferred option. The resource field will filter the results to show only those corresponding to the preferred molecule type (TOTAL includes all the different molecules type)","operationId":"getIdentifier","parameters":[{"name":"id","in":"path","description":"The identifier of the element to be retrieved","required":true,"schema":{"type":"string"}},{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"species","in":"query","description":"list of species to filter the result (accepts taxonomy ids, species names and dbId)","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"pathways per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"how to sort the result","example":"ENTITIES_PVALUE","enum":["NAME","TOTAL_ENTITIES","TOTAL_INTERACTORS","TOTAL_REACTIONS","FOUND_ENTITIES","FOUND_INTERACTORS","FOUND_REACTIONS","ENTITIES_RATIO","ENTITIES_PVALUE","ENTITIES_FDR","REACTIONS_RATIO"]}},{"name":"order","in":"query","required":false,"schema":{"type":"string","description":"specifies the order","example":"ASC","enum":["ASC","DESC"]}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean","default":true},"example":true},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}}}}},"/identifier/{id}/projection":{"get":{"tags":["identifier"],"summary":"Analyse the identifier over the different species in the database and projects the result to Homo Sapiens","description":"The projection is calculated by the orthologous slot in the Reactome database. Use page and pageSize to reduce the amount of data retrieved. Use sortBy and order to sort the result by your preferred option. The resource field will filter the results to show only those corresponding to the preferred molecule type (TOTAL includes all the different molecules type)","operationId":"getIdentifierToHuman","parameters":[{"name":"id","in":"path","description":"The identifier of the element to be retrieved","required":true,"schema":{"type":"string"}},{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"species","in":"query","description":"list of species to filter the result (accepts taxonomy ids, species names and dbId)","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"pathways per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"how to sort the result","example":"ENTITIES_PVALUE","enum":["NAME","TOTAL_ENTITIES","TOTAL_INTERACTORS","TOTAL_REACTIONS","FOUND_ENTITIES","FOUND_INTERACTORS","FOUND_REACTIONS","ENTITIES_RATIO","ENTITIES_PVALUE","ENTITIES_FDR","REACTIONS_RATIO"]}},{"name":"order","in":"query","required":false,"schema":{"type":"string","description":"specifies the order","example":"ASC","enum":["ASC","DESC"]}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean","default":true},"example":true},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}}}}},"/identifiers/":{"post":{"tags":["identifiers"],"summary":"Analyse the post identifiers over the different species","description":"Use page and pageSize to reduce the amount of data retrieved. Use sortBy and order to sort the result by your preferred option. The resource field will filter the results to show only those corresponding to the preferred molecule type (TOTAL includes all the different molecules type). The token which includes analysis results are available for 7 days after your last execution, you have to re-generate it if you would like to keep using the token.","operationId":"getPostText_1","parameters":[{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"species","in":"query","description":"list of species to filter the result (accepts taxonomy ids, species names and dbId)","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"pathways per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"how to sort the result","example":" ENTITIES_PVALUE","enum":["NAME","TOTAL_ENTITIES","TOTAL_INTERACTORS","TOTAL_REACTIONS","FOUND_ENTITIES","FOUND_INTERACTORS","FOUND_REACTIONS","ENTITIES_RATIO","ENTITIES_PVALUE","ENTITIES_FDR","REACTIONS_RATIO"]}},{"name":"order","in":"query","required":false,"schema":{"type":"string","description":"specifies the order","example":"ASC","enum":["ASC","DESC"]}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean","default":true},"example":true},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"requestBody":{"description":"Name Identifiers to analyse followed by their expression (when applies)","content":{"text/plain":{"schema":{"type":"string"}}},"required":true},"responses":{"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}}}}},"/identifiers/form":{"post":{"tags":["identifiers"],"summary":"Analyse the identifiers in the file over the different species","description":"Use page and pageSize to reduce the amount of data retrieved. Use sortBy and order to sort the result by your preferred option. The resource field will filter the results to show only those corresponding to the preferred molecule type (TOTAL includes all the different molecules type)","operationId":"getPostFile_1","parameters":[{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"species","in":"query","description":"list of species to filter the result (accepts taxonomy ids, species names and dbId)","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"pathways per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"how to sort the result","example":"ENTITIES_PVALUE","enum":["NAME","TOTAL_ENTITIES","TOTAL_INTERACTORS","TOTAL_REACTIONS","FOUND_ENTITIES","FOUND_INTERACTORS","FOUND_REACTIONS","ENTITIES_RATIO","ENTITIES_PVALUE","ENTITIES_FDR","REACTIONS_RATIO"]}},{"name":"order","in":"query","required":false,"schema":{"type":"string","description":"specifies the order","example":"ASC","enum":["ASC","DESC"]}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean","default":true},"example":true},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","description":"A file with the data to be analysed"}},"required":["file"]}}}},"responses":{"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}},"413":{"description":"The file size is larger than the maximum configured size (50MB)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}},"415":{"description":"Unsupported Media Type (only 'text/plain')","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}}}}},"/identifiers/form/projection":{"post":{"tags":["identifiers"],"summary":"Analyse the identifiers in the file over the different species and projects the result to Homo Sapiens","description":"The projection is calculated by the orthologous slot in the Reactome database. Use page and pageSize to reduce the amount of data retrieved. Use sortBy and order to sort the result by your preferred option. The resource field will filter the results to show only those corresponding to the preferred molecule type (TOTAL includes all the different molecules type)","operationId":"getPostFileToHuman","parameters":[{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"pageSize","in":"query","description":"pathways per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"how to sort the result","example":"ENTITIES_PVALUE","enum":["NAME","TOTAL_ENTITIES","TOTAL_INTERACTORS","TOTAL_REACTIONS","FOUND_ENTITIES","FOUND_INTERACTORS","FOUND_REACTIONS","ENTITIES_RATIO","ENTITIES_PVALUE","ENTITIES_FDR","REACTIONS_RATIO"]}},{"name":"order","in":"query","required":false,"schema":{"type":"string","description":"specifies the order","example":"ASC","enum":["ASC","DESC"]}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean","default":true},"example":true},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","description":"A file with the data to be analysed"}},"required":["file"]}}}},"responses":{"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}},"413":{"description":"The file size is larger than the maximum configured size (50MB)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}},"415":{"description":"Unsupported Media Type (only 'text/plain')","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}}}}},"/identifiers/projection":{"post":{"tags":["identifiers"],"summary":"Analyse the post identifiers over the different species and projects the result to Homo Sapiens","description":"The projection is calculated by the orthologous slot in the Reactome database. Use page and pageSize to reduce the amount of data retrieved. Use sortBy and order to sort the result by your preferred option. The resource field will filter the results to show only those corresponding to the preferred molecule type (TOTAL includes all the different molecules type)","operationId":"getPostTextToHuman","parameters":[{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"pageSize","in":"query","description":"pathways per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"how to sort the result","example":"ENTITIES_PVALUE","enum":["NAME","TOTAL_ENTITIES","TOTAL_INTERACTORS","TOTAL_REACTIONS","FOUND_ENTITIES","FOUND_INTERACTORS","FOUND_REACTIONS","ENTITIES_RATIO","ENTITIES_PVALUE","ENTITIES_FDR","REACTIONS_RATIO"]}},{"name":"order","in":"query","required":false,"schema":{"type":"string","description":"specifies the order","example":"ASC","enum":["ASC","DESC"]}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean","default":true},"example":true},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"requestBody":{"description":"input Identifiers to analyse followed by their expression (when applies)","content":{"text/plain":{"schema":{"type":"string"}}},"required":true},"responses":{"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}}}}},"/identifiers/url":{"post":{"tags":["identifiers"],"summary":"Analyse the identifiers contained in the provided url over the different species","description":"Use page and pageSize to reduce the amount of data retrieved. Use sortBy and order to sort the result by your preferred option. The resource field will filter the results to show only those corresponding to the preferred molecule type (TOTAL includes all the different molecules type)","operationId":"getPostURL_1","parameters":[{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"species","in":"query","description":"list of species to filter the result (accepts taxonomy ids, species names and dbId)","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"pathways per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"how to sort the result","example":"ENTITIES_PVALUE","enum":["NAME","TOTAL_ENTITIES","TOTAL_INTERACTORS","TOTAL_REACTIONS","FOUND_ENTITIES","FOUND_INTERACTORS","FOUND_REACTIONS","ENTITIES_RATIO","ENTITIES_PVALUE","ENTITIES_FDR","REACTIONS_RATIO"]}},{"name":"order","in":"query","required":false,"schema":{"type":"string","description":"specifies the order","example":"ASC","enum":["ASC","DESC"]}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean","default":true},"example":true},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"requestBody":{"description":"url A URL pointing to the data to be analysed","content":{"text/plain":{"schema":{"type":"string"}}},"required":true},"responses":{"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}},"413":{"description":"The file size is larger than the maximum configured size (50MB)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}},"415":{"description":"Unsupported Media Type (only 'text/plain')","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}},"422":{"description":"The provided URL is not processable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}}}}},"/identifiers/url/projection":{"post":{"tags":["identifiers"],"summary":"Analyse the identifiers contained in the provided url over the different species and projects the result to Homo Sapiens","description":"The projection is calculated by the orthologous slot in the Reactome database. Use page and pageSize to reduce the amount of data retrieved. Use sortBy and order to sort the result by your preferred option. The resource field will filter the results to show only those corresponding to the preferred molecule type (TOTAL includes all the different molecules type)","operationId":"getPostURLToHuman","parameters":[{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"pageSize","in":"query","description":"pathways per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"how to sort the result","example":"ENTITIES_PVALUE","enum":["NAME","TOTAL_ENTITIES","TOTAL_INTERACTORS","TOTAL_REACTIONS","FOUND_ENTITIES","FOUND_INTERACTORS","FOUND_REACTIONS","ENTITIES_RATIO","ENTITIES_PVALUE","ENTITIES_FDR","REACTIONS_RATIO"]}},{"name":"order","in":"query","required":false,"schema":{"type":"string","description":"specifies the order","example":"ASC","enum":["ASC","DESC"]}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean","default":true},"example":true},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"requestBody":{"description":"url A URL pointing to the data to be analysed","content":{"text/plain":{"schema":{"type":"string"}}},"required":true},"responses":{"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}},"413":{"description":"The file size is larger than the maximum configured size (50MB)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}},"415":{"description":"Unsupported Media Type (only 'text/plain')","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}},"422":{"description":"The provided URL is not processable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}}}}},"/import/":{"post":{"tags":["import"],"summary":"Imports the posted json into the service","description":"The accepted format is the same as provided by the method /#/download/{token}/result.json.","operationId":"getPostText","requestBody":{"description":"input Identifiers to analyse followed by their expression (when applies)","content":{"application/gzip":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}},"application/zip":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"required":true},"responses":{"400":{"description":"Bad request. See more details in the response body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisSummary"}}}},"415":{"description":"Unsupported Media Type (only 'text/plain' or 'application/json')","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisSummary"}}}}}}},"/import/form":{"post":{"tags":["import"],"summary":"Imports the posted json file into the service","description":"The accepted format is the same as provided by the method /#/download/{token}/result.json. Note: The submitted file can be gzipped.","operationId":"getPostFile","requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","description":"A file with the data to be analysed"}},"required":["file"]}}}},"responses":{"400":{"description":"Bad request. See more details in the response body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisSummary"}}}},"413":{"description":"The file size is larger than the maximum configured size (50MB)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisSummary"}}}},"415":{"description":"Unsupported Media Type (only 'text/plain' or 'application/json')","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisSummary"}}}}}}},"/import/url":{"post":{"tags":["import"],"summary":"Imports the json file provided by the posted url into the service","description":"The accepted format is the same as provided by the method /#/download/{token}/result.json. Note: The provided file can be gzipped.","operationId":"getPostURL","requestBody":{"description":"url A URL pointing to the data to be analysed","content":{"text/plain":{"schema":{"type":"string"}}},"required":true},"responses":{"400":{"description":"Bad request. See more details in the response body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisSummary"}}}},"413":{"description":"The file size is larger than the maximum configured size (50MB)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisSummary"}}}},"415":{"description":"Unsupported Media Type (only 'text/plain')","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisSummary"}}}},"422":{"description":"The provided URL is not processable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisSummary"}}}}}}},"/mapping/":{"post":{"tags":["mapping"],"description":"Maps the post identifiers over the different species","operationId":"getMapping","parameters":[{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"importableOnly","in":"query","description":"Only include resources which can be later imported","required":false,"schema":{"type":"boolean","default":false},"example":false}],"requestBody":{"description":"input Identifiers to be mapped (if expression values åre submitted these will be omitted in the result)","content":{"text/plain":{"schema":{"type":"string"}}},"required":true},"responses":{" 400":{"description":"Bad request","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}}}}},"/mapping/form":{"post":{"tags":["mapping"],"description":"Maps the identifiers in the file over the different species","operationId":"getMappingPostFile","parameters":[{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"importableOnly","in":"query","description":"Only include resources which can be later imported","required":false,"schema":{"type":"boolean","default":false},"example":false}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","description":"A file with the data to be mapped"}},"required":["file"]}}}},"responses":{"400":{"description":"Bad request","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}},"413":{"description":"The file size is larger than the maximum configured size (50MB)","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}},"415":{"description":"Unsupported Media Type (only 'text/plain')","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}}}}},"/mapping/form/projection":{"post":{"tags":["mapping"],"summary":"Maps the identifiers in the file over the different species and projects the result to Homo Sapiens","description":"The projection is calculated by the orthologous slot in the Reactome database.","operationId":"getMappingPostFileToHuman","parameters":[{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"importableOnly","in":"query","description":"Only include resources which can be later imported","required":false,"schema":{"type":"boolean","default":false},"example":false}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","description":"A file with the data to be mapped"}},"required":["file"]}}}},"responses":{"400":{"description":"Bad request","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}},"413":{"description":"The file size is larger than the maximum configured size (50MB)","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}},"415":{"description":"Unsupported Media Type (only 'text/plain')","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}}}}},"/mapping/projection":{"post":{"tags":["mapping"],"summary":"Maps the post identifiers over the different species and projects the result to Homo Sapiens","description":"The projection is calculated by the orthologous slot in the Reactome database.","operationId":"getMappingToHuman","parameters":[{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"importableOnly","in":"query","description":"Only include resources which can be later imported","required":false,"schema":{"type":"boolean","default":false},"example":false}],"requestBody":{"description":"input Identifiers to be mapped (if expression values are submitted these will be omitted in the result)","content":{"text/plain":{"schema":{"type":"string"}}},"required":true},"responses":{"400":{"description":"Bad request","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}}}}},"/mapping/url":{"post":{"tags":["mapping"],"summary":"Maps the identifiers contained in the provided url over the different species","operationId":"getMappingPostURL","parameters":[{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"importableOnly","in":"query","description":"Only include resources which can be later imported","required":false,"schema":{"type":"boolean","default":false},"example":false}],"requestBody":{"description":"url A URL pointing to the data to be mapped","content":{"text/plain":{"schema":{"type":"string","description":"A URL pointing to the data to be mapped"}}},"required":true},"responses":{"400":{"description":"Bad request","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}},"413":{"description":"The file size is larger than the maximum configured size (50MB)","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}},"415":{"description":"Unsupported Media Type (only 'text/plain')","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}},"422":{"description":"The provided URL is not processable","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}}}}},"/mapping/url/projection":{"post":{"tags":["mapping"],"summary":"Maps the identifiers contained in the provided url over the different species and projects the result to Homo Sapiens","description":"The projection is calculated by the orthologous slot in the Reactome database.","operationId":"getMappingPostURLToHuman","parameters":[{"name":"interactors","in":"query","description":"Include interactors","required":false,"schema":{"type":"boolean","default":false},"example":false},{"name":"importableOnly","in":"query","description":"Only include resources which can be later imported","required":false,"schema":{"type":"boolean","default":false},"example":false}],"requestBody":{"description":"url A URL pointing to the data to be analysed","content":{"text/plain":{"schema":{"type":"string"}}},"required":true},"responses":{"400":{"description":"Bad request","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}},"413":{"description":"The file size is larger than the maximum configured size (50MB)","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}},"415":{"description":"Unsupported Media Type (only 'text/plain')","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}},"422":{"description":"The provided URL is not processable","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MappedEntity"}}}}}}}},"/report/{token}/{species}/{filename}.pdf":{"get":{"tags":["report"],"summary":"Downloads a report for a given pathway analysis result","description":"This method provides a report for a given pathway analysis result in a PDF document. This document contains data about the analysis itself followed by the pathways overview and the most significant pathways overlaid with the analysis result. Users can download and store this information in a convenient format to be checked in the future when the 'token' is not longer available.","operationId":"generatePdfReport","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"species","in":"path","description":"The species for which results will be reported","required":true,"schema":{"type":"string"},"example":"Homo sapiens"},{"name":"filename","in":"path","description":"The name of the file to be downloaded","required":true,"schema":{"type":"string"},"example":"report"},{"name":"number","in":"query","description":"Number of pathways reported (max 50)","required":false,"schema":{"type":"integer","format":"int32","default":25},"example":25},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}},{"name":"diagramProfile","in":"query","required":false,"schema":{"type":"string","description":"Diagram Color Profile","example":"Modern","enum":["Modern","Standard"]}},{"name":"analysisProfile","in":"query","required":false,"schema":{"type":"string","description":"Analysis Color Profile","example":"Standard","enum":["Standard","Strosobar","Copper Plus"]}},{"name":"fireworksProfile","in":"query","required":false,"schema":{"type":"string","description":"Diagram Color Profile","example":"Barium Lithium","enum":["Cooper","Cooper Plus","Barium Lithium","Calcium Salts"]}}],"responses":{"404":{"description":"No result corresponding to the token was found"},"410":{"description":"Result deleted due to a new data release"}}}},"/species/homoSapiens/{species}":{"get":{"tags":["species"],"summary":"Compares Homo sapiens to the specified species","description":"Use page and pageSize to reduce the amount of data retrieved. Use sortBy and order to sort the result by your preferred option. The resource field will filter the results to show only those corresponding to the preferred molecule type (TOTAL includes all the different molecules type)","operationId":"compareHomoSapiensTo","parameters":[{"name":"species","in":"path","description":"The dbId of the species to compare to","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"pageSize","in":"query","description":"pathways per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"how to sort the result","example":"ENTITIES_PVALUE","enum":["NAME","TOTAL_ENTITIES","TOTAL_INTERACTORS","TOTAL_REACTIONS","FOUND_ENTITIES","FOUND_INTERACTORS","FOUND_REACTIONS","ENTITIES_RATIO","ENTITIES_PVALUE","ENTITIES_FDR","REACTIONS_RATIO"]}},{"name":"order","in":"query","required":false,"schema":{"type":"string","description":"specifies the order","example":"ASC","enum":["ASC","DESC"]}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"404":{"description":"Species identifier does not match with any of the species in the current data","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}}}}},"/token/{token}":{"get":{"tags":["token"],"summary":"Returns the result associated with the token","description":"Use page and pageSize to reduce the amount of data retrieved. Use sortBy and order to sort the result by your preferred option. The resource field will filter the results to show only those corresponding to the preferred molecule type (TOTAL includes all the different molecules type)","operationId":"getToken","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"species","in":"query","description":"list of species to filter the result (accepts taxonomy ids, species names and dbId)","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"pathways per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"how to sort the result","example":"ENTITIES_PVALUE","enum":["NAME","TOTAL_ENTITIES","TOTAL_INTERACTORS","TOTAL_REACTIONS","FOUND_ENTITIES","FOUND_INTERACTORS","FOUND_REACTIONS","ENTITIES_RATIO","ENTITIES_PVALUE","ENTITIES_FDR","REACTIONS_RATIO"]}},{"name":"order","in":"query","required":false,"schema":{"type":"string","description":"specifies the order","example":"ASC","enum":["ASC","DESC"]}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean"}},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AnalysisResult"}}}}}}},"/token/{token}/filter/pathways":{"post":{"tags":["token"],"summary":"Returns the result for the pathway ids sent by post (when they are present in the original result)","description":"For a given list of pathway identifiers it will retrieve a list containing those that are present in the result (with the results for the indicated molecule type)","operationId":"getTokenFilterPathways","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"species","in":"query","description":"list of species to filter the result (accepts taxonomy ids, species names and dbId)","required":false,"schema":{"type":"string"}},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean"}},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"requestBody":{"description":"input A comma separated list with the identifiers of the pathways of interest (NOTE: is plain text, not json)","content":{"text/plain":{"schema":{"type":"string"}}},"required":true},"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PathwaySummary"}}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PathwaySummary"}}}}}}}},"/token/{token}/filter/species/{species}":{"get":{"tags":["token"],"summary":"Filters the result by species","operationId":"filterBySpecies","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"species","in":"path","description":"The species to filter the result (accepts the taxonomy id, species names and dbId)","required":true,"schema":{"type":"string"}},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"how to sort the result","example":"ENTITIES_PVALUE","enum":["NAME","TOTAL_ENTITIES","TOTAL_INTERACTORS","TOTAL_REACTIONS","FOUND_ENTITIES","FOUND_INTERACTORS","FOUND_REACTIONS","ENTITIES_RATIO","ENTITIES_PVALUE","ENTITIES_FDR","REACTIONS_RATIO"]}},{"name":"order","in":"query","required":false,"schema":{"type":"string","description":"specifies the order","example":"ASC","enum":["ASC","DESC"]}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SpeciesFilteredResult"}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SpeciesFilteredResult"}}}}}}},"/token/{token}/found/all":{"post":{"tags":["token"],"summary":"Returns a summary of the contained identifiers and interactors for each requested pathway and a given token","description":"The identifiers submitted by the user that have a match in Reactome database. It also retrieves the mapping to the main identifiers for those that have been found.","operationId":"getTokenHitEntitiesPathways","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}}],"requestBody":{"description":"input A comma separated list with the identifiers of the pathways of interest (NOTE: is plain text, not json)","content":{"text/plain":{"schema":{"type":"string"}}},"required":true},"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FoundElements"}}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/FoundElements"}}}}}}}},"/token/{token}/found/all/{pathway}":{"get":{"tags":["token"],"summary":"Returns a summary of the contained identifiers and interactors for a given pathway and token","description":"The identifiers submitted by the user that have a match in Reactome database. It also retrieves the mapping to the main identifiers for those that have been found.","operationId":"getTokenHitEntitiesPathway","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"pathway","in":"path","description":"The identifier of the pathway of interest","required":true,"schema":{"type":"string"}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FoundElements"}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FoundElements"}}}}}}},"/token/{token}/found/entities/{pathway}":{"get":{"tags":["token"],"summary":"Returns a summary of the found curated identifiers for a given pathway and token","description":"The identifiers submitted by the user that have a match in Reactome database. It also retrieves the mapping to the main identifiers for those that have been found.","operationId":"getTokenIdentifiersPathway","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"pathway","in":"path","description":"The identifier of the pathway of interest","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"pageSize","in":"query","description":"identifiers per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FoundEntities"}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FoundEntities"}}}}}}},"/token/{token}/found/interactors/{pathway}":{"get":{"tags":["token"],"summary":"Returns a summary of the found interactors for a given pathway and token","description":"The identifiers submitted by the user that have a match with an interactor in Reactome database. It also retrieves the mapping to the main identifiers (the one interacting with) for those that have been found.","operationId":"getTokenInteractorsPathway","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"pathway","in":"path","description":"The identifier of the pathway of interest","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1},{"name":"pageSize","in":"query","description":"identifiers per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FoundInteractors"}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FoundInteractors"}}}}}}},"/token/{token}/notFound":{"get":{"tags":["token"],"summary":"Returns a list of the identifiers not found for a given token","description":"Those identifiers that have not been found in the Reactome database","operationId":"getNotFoundIdentifiers","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"identifiers per page","required":false,"schema":{"type":"integer","format":"int32"},"example":40},{"name":"page","in":"query","description":"page number","required":false,"schema":{"type":"integer","format":"int32"},"example":1}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/IdentifierSummary"}}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/IdentifierSummary"}}}}}}}},"/token/{token}/page/{pathway}":{"get":{"tags":["token"],"summary":"Returns the page where the corresponding pathway is taking into account the passed parameters","description":"Useful when implementing UI with tables showing the results in a page way and the user needs to know in which page a certain pathway is present for a given set of sorting and filtering options.","operationId":"getPageOfPathway","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"pathway","in":"path","description":"The database identifier of the pathway of interest","required":true,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"pathways per page","required":false,"schema":{"type":"integer","format":"int32"},"example":20},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"how to sort the result","example":"ENTITIES_PVALUE","enum":["NAME","TOTAL_ENTITIES","TOTAL_INTERACTORS","TOTAL_REACTIONS","FOUND_ENTITIES","FOUND_INTERACTORS","FOUND_REACTIONS","ENTITIES_RATIO","ENTITIES_PVALUE","ENTITIES_FDR","REACTIONS_RATIO"]}},{"name":"order","in":"query","required":false,"schema":{"type":"string","description":"specifies the order","example":"ASC","enum":["ASC","DESC"]}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean"}},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"type":"integer","format":"int32"}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"type":"integer","format":"int32"}}}}}}},"/token/{token}/pathways/binned":{"get":{"tags":["token"],"summary":"Returns a list of binned hit pathway sizes associated with the token","description":"Each bin has a key that determines the range by multiplying it by the binSize: [key x binSize - key+1 x binSize). For example, for a binSize of 100 and the range for the bin with key equals 8 is [800 - 900)","operationId":"getPathwaysBinnedBySize","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"binSize","in":"query","required":false,"schema":{"type":"string","description":"defines the size of each bin for the classification (min: 100)","example":100}},{"name":"species","in":"query","description":"list of species to filter the result (accepts taxonomy ids, species names and dbId)","required":false,"schema":{"type":"string"}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean"}}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Bin"}}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Bin"}}}}}}}},"/token/{token}/reactions/pathways":{"post":{"tags":["token"],"summary":"Returns the reaction ids of the pathway ids sent by post that are present in the original result","description":"It filters the submitted list and retrieves back only those that at least one of the participating molecules has been hit with the user submitted data.","operationId":"getTokenFilterPathwaysReactions","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean"}},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"requestBody":{"description":"input A comma separated list with the identifiers of the pathways of interest (NOTE: is plain text, not json)","content":{"text/plain":{"schema":{"type":"string"}}},"required":true},"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int64"}}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int64"}}}}}}}},"/token/{token}/reactions/{pathway}":{"get":{"tags":["token"],"summary":"Returns the reaction ids of the provided pathway id that are present in the original result","description":"For a given pathway it returns the identifiers (dbId) of the reactions in the pathway that have been hit with the sample taking into account their participating molecules.","operationId":"getTokenFilterPathwayReactions","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}},{"name":"pathway","in":"path","description":"The database identifier of the pathway of interest","required":true,"schema":{"type":"string"}},{"name":"resource","in":"query","required":false,"schema":{"type":"string","description":"the resource to sort","example":"TOTAL","enum":["TOTAL","UNIPROT","ENSEMBL","CHEBI","IUPHAR","MIRBASE","NCBI_PROTEIN","EMBL","COMPOUND","PUBCHEM_COMPOUND"]}},{"name":"pValue","in":"query","description":"defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned","required":false,"schema":{"type":"number","format":"double","default":1.0},"example":1},{"name":"includeDisease","in":"query","description":"set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)","required":false,"schema":{"type":"boolean"}},{"name":"min","in":"query","description":"minimum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"max","in":"query","description":"maximum number of contained entities per pathway (takes into account the resource)","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"importableOnly","in":"query","description":"Filters resources to only includes importable ones","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int64"}}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"uniqueItems":true,"type":"array","items":{"type":"integer","format":"int64"}}}}}}}},"/token/{token}/resources":{"get":{"tags":["token"],"summary":"Returns the resources summary associated with the token","description":"A summary of the molecules type associated to the submitted data.","operationId":"getResources","parameters":[{"name":"token","in":"path","description":"The token associated with the data to query","required":true,"schema":{"type":"string"}}],"responses":{"404":{"description":"No result corresponding to the token was found","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ResourceSummary"}}}}},"410":{"description":"Result deleted due to a new data release","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ResourceSummary"}}}}}}}}},"components":{"schemas":{"AnalysisResult":{"type":"object","properties":{"expression":{"$ref":"#/components/schemas/ExpressionSummary"},"identifiersNotFound":{"type":"integer","format":"int32"},"pathways":{"type":"array","items":{"$ref":"#/components/schemas/PathwaySummary"}},"pathwaysFound":{"type":"integer","format":"int32"},"resourceSummary":{"type":"array","items":{"$ref":"#/components/schemas/ResourceSummary"}},"speciesSummary":{"type":"array","items":{"$ref":"#/components/schemas/SpeciesSummary"}},"summary":{"$ref":"#/components/schemas/AnalysisSummary"},"warnings":{"type":"array","items":{"type":"string"}}}},"AnalysisSummary":{"type":"object","properties":{"fileName":{"type":"string"},"gsaMethod":{"type":"string"},"gsaToken":{"type":"string"},"includeDisease":{"type":"boolean"},"interactors":{"type":"boolean"},"projection":{"type":"boolean"},"sampleName":{"type":"string"},"species":{"type":"integer","format":"int64"},"text":{"type":"boolean"},"token":{"type":"string"},"type":{"type":"string"}}},"Bin":{"type":"object","properties":{"key":{"type":"integer","format":"int32"},"value":{"type":"integer","format":"int32"}}},"EntityStatistics":{"type":"object","properties":{"curatedFound":{"type":"integer","format":"int32"},"curatedTotal":{"type":"integer","format":"int32"},"exp":{"type":"array","items":{"type":"number","format":"double"}},"fdr":{"type":"number","format":"double"},"found":{"type":"integer","format":"int32"},"getpValue":{"type":"number","format":"double"},"interactorsFound":{"type":"integer","format":"int32"},"interactorsTotal":{"type":"integer","format":"int32"},"ratio":{"type":"number","format":"double"},"resource":{"type":"string"},"total":{"type":"integer","format":"int32"}}},"ExpressionSummary":{"type":"object","properties":{"columnNames":{"type":"array","items":{"type":"string"}},"max":{"type":"number","format":"double"},"min":{"type":"number","format":"double"}}},"ExternalAnalysisReaction":{"type":"object","properties":{"dbId":{"type":"integer","format":"int64"},"resources":{"type":"array","items":{"type":"string"}},"stId":{"type":"string"}}},"ExternalAnalysisResult":{"type":"object","properties":{"expressionSummary":{"$ref":"#/components/schemas/ExternalExpressionSummary"},"notFound":{"type":"array","items":{"$ref":"#/components/schemas/ExternalIdentifier"}},"pathways":{"type":"array","items":{"$ref":"#/components/schemas/ExternalPathwayNodeSummary"}},"summary":{"$ref":"#/components/schemas/ExternalAnalysisSummary"},"warnings":{"type":"array","items":{"type":"string"}}}},"ExternalAnalysisSummary":{"type":"object","properties":{"gsaMethod":{"type":"string"},"gsaToken":{"type":"string"},"includeDisease":{"type":"boolean"},"interactors":{"type":"boolean"},"projection":{"type":"boolean"},"sampleName":{"type":"string"},"server":{"type":"string"},"token":{"type":"string"},"type":{"type":"string","enum":["SPECIES_COMPARISON","OVERREPRESENTATION","EXPRESSION","GSA_REGULATION","GSA_STATISTICS","GSVA"]},"version":{"type":"integer","format":"int32"}}},"ExternalExpressionSummary":{"type":"object","properties":{"columnNames":{"type":"array","items":{"type":"string"}},"max":{"type":"number","format":"double"},"min":{"type":"number","format":"double"}}},"ExternalIdentifier":{"type":"object","properties":{"exp":{"type":"array","items":{"type":"number","format":"double"}},"id":{"type":"string"},"mapsTo":{"type":"array","items":{"$ref":"#/components/schemas/ExternalMainIdentifier"}}}},"ExternalInteraction":{"type":"object","properties":{"id":{"type":"string"},"interactsWith":{"type":"array","items":{"$ref":"#/components/schemas/ExternalMainIdentifier"}}}},"ExternalInteractor":{"type":"object","properties":{"exp":{"type":"array","items":{"type":"number","format":"double"}},"id":{"type":"string"},"mapsTo":{"type":"array","items":{"$ref":"#/components/schemas/ExternalInteraction"}}}},"ExternalMainIdentifier":{"type":"object","properties":{"id":{"type":"string"},"resource":{"type":"string"}}},"ExternalPathwayNodeData":{"type":"object","properties":{"entities":{"type":"array","items":{"$ref":"#/components/schemas/ExternalIdentifier"}},"interactors":{"type":"array","items":{"$ref":"#/components/schemas/ExternalInteractor"}},"reactions":{"type":"array","items":{"$ref":"#/components/schemas/ExternalAnalysisReaction"}},"statistics":{"type":"array","items":{"$ref":"#/components/schemas/ExternalStatistics"}}}},"ExternalPathwayNodeSummary":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/ExternalPathwayNodeData"},"dbId":{"type":"integer","format":"int64"},"inDisease":{"type":"boolean"},"llp":{"type":"boolean"},"name":{"type":"string"},"species":{"$ref":"#/components/schemas/ExternalSpeciesNode"},"stId":{"type":"string"}}},"ExternalSpeciesNode":{"type":"object","properties":{"name":{"type":"string"},"speciesID":{"type":"integer","format":"int64"},"taxID":{"type":"string"}}},"ExternalStatistics":{"type":"object","properties":{"entitiesAndInteractorsCount":{"type":"integer","format":"int32"},"entitiesAndInteractorsFound":{"type":"integer","format":"int32"},"entitiesCount":{"type":"integer","format":"int32"},"entitiesFDR":{"type":"number","format":"double"},"entitiesFound":{"type":"integer","format":"int32"},"entitiesPValue":{"type":"number","format":"double"},"entitiesRatio":{"type":"number","format":"double"},"exp":{"type":"array","items":{"type":"number","format":"double"}},"interactorsCount":{"type":"integer","format":"int32"},"interactorsFound":{"type":"integer","format":"int32"},"interactorsRatio":{"type":"number","format":"double"},"reactionsCount":{"type":"integer","format":"int32"},"reactionsFound":{"type":"integer","format":"int32"},"reactionsRatio":{"type":"number","format":"double"},"resource":{"type":"string"}}},"FoundElements":{"type":"object","properties":{"entities":{"type":"array","items":{"$ref":"#/components/schemas/FoundEntity"}},"expNames":{"type":"array","items":{"type":"string"}},"foundEntities":{"type":"integer","format":"int32"},"foundInteractors":{"type":"integer","format":"int32"},"interactors":{"type":"array","items":{"$ref":"#/components/schemas/FoundInteractor"}},"pathway":{"type":"string"},"resources":{"uniqueItems":true,"type":"array","items":{"type":"string"}}}},"FoundEntities":{"type":"object","properties":{"expNames":{"type":"array","items":{"type":"string"}},"found":{"type":"integer","format":"int32"},"identifiers":{"type":"array","items":{"$ref":"#/components/schemas/FoundEntity"}},"resourceToMappedEntitiesCount":{"type":"object","additionalProperties":{"type":"integer","format":"int32"}},"resources":{"uniqueItems":true,"type":"array","items":{"type":"string"}},"totalEntitiesCount":{"type":"integer","format":"int32"}}},"FoundEntity":{"type":"object","properties":{"exp":{"type":"array","items":{"type":"number","format":"double"}},"id":{"type":"string"},"mapsTo":{"uniqueItems":true,"type":"array","items":{"$ref":"#/components/schemas/IdentifierMap"}}}},"FoundInteractor":{"type":"object","properties":{"exp":{"type":"array","items":{"type":"number","format":"double"}},"id":{"type":"string"},"interactsWith":{"$ref":"#/components/schemas/IdentifierMap"},"mapsTo":{"uniqueItems":true,"type":"array","items":{"type":"string"}}}},"FoundInteractors":{"type":"object","properties":{"expNames":{"type":"array","items":{"type":"string"}},"found":{"type":"integer","format":"int32"},"identifiers":{"type":"array","items":{"$ref":"#/components/schemas/FoundInteractor"}},"resources":{"uniqueItems":true,"type":"array","items":{"type":"string"}}}},"IdentifierMap":{"type":"object","properties":{"ids":{"uniqueItems":true,"type":"array","items":{"type":"string"}},"resource":{"type":"string"}}},"IdentifierSummary":{"type":"object","properties":{"exp":{"type":"array","items":{"type":"number","format":"double"}},"id":{"type":"string"}}},"MappedEntity":{"type":"object","properties":{"identifier":{"type":"string"},"mapsTo":{"uniqueItems":true,"type":"array","items":{"$ref":"#/components/schemas/MappedIdentifier"}}}},"MappedIdentifier":{"type":"object","properties":{"identifier":{"type":"string"},"interactsWith":{"type":"array","items":{"$ref":"#/components/schemas/MappedIdentifier"}},"resource":{"type":"string"}}},"PathwayBase":{"type":"object","properties":{"dbId":{"type":"integer","format":"int64"},"disease":{"type":"boolean"},"entities":{"$ref":"#/components/schemas/EntityStatistics"},"stId":{"type":"string"}}},"PathwaySummary":{"type":"object","properties":{"dbId":{"type":"integer","format":"int64"},"entities":{"$ref":"#/components/schemas/EntityStatistics"},"inDisease":{"type":"boolean"},"llp":{"type":"boolean"},"name":{"type":"string"},"reactions":{"$ref":"#/components/schemas/ReactionStatistics"},"species":{"$ref":"#/components/schemas/SpeciesSummary"},"stId":{"type":"string"}}},"ReactionStatistics":{"type":"object","properties":{"found":{"type":"integer","format":"int32"},"ratio":{"type":"number","format":"double"},"resource":{"type":"string"},"total":{"type":"integer","format":"int32"}}},"ResourceSummary":{"type":"object","properties":{"filtered":{"type":"integer","format":"int32"},"pathways":{"type":"integer","format":"int32"},"resource":{"type":"string"}}},"SpeciesFilteredResult":{"type":"object","properties":{"expressionSummary":{"$ref":"#/components/schemas/ExpressionSummary"},"pathways":{"type":"array","items":{"$ref":"#/components/schemas/PathwayBase"}},"type":{"type":"string"}}},"SpeciesSummary":{"type":"object","properties":{"dbId":{"type":"integer","format":"int64"},"filtered":{"type":"integer","format":"int32"},"name":{"type":"string"},"pathways":{"type":"integer","format":"int32"},"taxId":{"type":"string"}}}}}}