Pride Tools¶
Configuration File: pride_tools.json
Tool Type: Local
Tools Count: 1
This page contains all tools defined in the pride_tools.json configuration file.
Available Tools¶
PRIDE_search_proteomics (Type: PRIDERESTTool)¶
Search PRIDE proteomics database for experiments
PRIDE_search_proteomics tool specification
Tool Information:
Name:
PRIDE_search_proteomicsType:
PRIDERESTToolDescription: Search PRIDE proteomics database for experiments
Parameters:
query(string) (required) Search querypage_size(integer) (optional) Results per page
Example Usage:
query = {
"name": "PRIDE_search_proteomics",
"arguments": {
"query": "example_value"
}
}
result = tu.run(query)