Back to catalog
Cortexa research tool·genomics·ppi
STRING Get Protein Interactions
Alternative method to retrieve protein interactions from STRING (Search Tool for Retrieval of Interacting Genes/Proteins). Provides similar functionality to STRING_get_network but may return different response format. **Recommend using STRING_get_network for most analyses** - more commonly used and better documented. No API key required. Use for: alternative interaction retrieval if get_network has issues, specific data format requirements, compatibility with legacy code.
Livelast probed 2026-04-30 23:07Z· 102msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 102ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"confidence_score": {
"default": 0.4,
"description": "Minimum confidence score (0-1, default: 0.4)",
"maximum": 1,
"minimum": 0,
"type": "number"
},
"limit": {
"default": 50,
"description": "Maximum number of interactions to return (default: 50)",
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"network_type": {
"default": "full",
"description": "Type of network ('full', 'physical', 'functional')",
"enum": [
"full",
"physical",
"functional"
],
"type": "string"
},
"protein_ids": {
"description": "List of protein identifiers (UniProt IDs, gene names, etc.)",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"species": {
"default": 9606,
"description": "NCBI taxonomy ID (default: 9606 for human)",
"type": "integer"
}
},
"required": [
"protein_ids"
],
"type": "object"
}Examples (1)
Default STRING Get Protein Interactions call
public-safeinput
{
"confidence_score": 1,
"limit": 3,
"protein_ids": [],
"species": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_STRING_get_protein_interactions
- Tool name
- STRING_get_protein_interactions
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse