{ "opencollection": "1.0.0", "info": { "name": "Pathway Analysis Service database identifier API", "version": "2.0" }, "items": [ { "info": { "name": "identifier", "type": "folder" }, "items": [ { "info": { "name": "Analyse the identifier over the different species in the database", "type": "http" }, "http": { "method": "GET", "url": "/AnalysisService/identifier/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the element to be retrieved" }, { "name": "interactors", "value": "false", "type": "query", "description": "Include interactors" }, { "name": "species", "value": "", "type": "query", "description": "list of species to filter the result (accepts taxonomy ids, species names and dbId)" }, { "name": "pageSize", "value": "20", "type": "query", "description": "pathways per page" }, { "name": "page", "value": "1", "type": "query", "description": "page number" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "resource", "value": "", "type": "query" }, { "name": "pValue", "value": "1", "type": "query", "description": "defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned" }, { "name": "includeDisease", "value": "true", "type": "query", "description": "set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)" }, { "name": "min", "value": "", "type": "query", "description": "minimum number of contained entities per pathway (takes into account the resource)" }, { "name": "max", "value": "", "type": "query", "description": "maximum number of contained entities per pathway (takes into account the resource)" }, { "name": "importableOnly", "value": "", "type": "query", "description": "Filters resources to only includes importable ones" } ] }, "docs": "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)" }, { "info": { "name": "Analyse the identifier over the different species in the database and projects the result to Homo Sapiens", "type": "http" }, "http": { "method": "GET", "url": "/AnalysisService/identifier/:id/projection", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the element to be retrieved" }, { "name": "interactors", "value": "false", "type": "query", "description": "Include interactors" }, { "name": "species", "value": "", "type": "query", "description": "list of species to filter the result (accepts taxonomy ids, species names and dbId)" }, { "name": "pageSize", "value": "20", "type": "query", "description": "pathways per page" }, { "name": "page", "value": "1", "type": "query", "description": "page number" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "resource", "value": "", "type": "query" }, { "name": "pValue", "value": "1", "type": "query", "description": "defines the pValue threshold. Only hit pathway with pValue equals or below the threshold will be returned" }, { "name": "includeDisease", "value": "true", "type": "query", "description": "set to 'false' to exclude the disease pathways from the result (it does not alter the statistics)" }, { "name": "min", "value": "", "type": "query", "description": "minimum number of contained entities per pathway (takes into account the resource)" }, { "name": "max", "value": "", "type": "query", "description": "maximum number of contained entities per pathway (takes into account the resource)" }, { "name": "importableOnly", "value": "", "type": "query", "description": "Filters resources to only includes importable ones" } ] }, "docs": "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)" } ] } ], "bundled": true }