get_interactors
Fetch curated protein-protein interactors for a UniProt or ChEBI accession, with pagination and interaction scores from IntAct.
Instructions
Fetch curated protein-protein interactors for an accession (IntAct).
Args:
accession: A UniProt/ChEBI accession, e.g. "P04637".
page: 1-based page number; -1 (default) returns all.
page_size: Page size; -1 (default) returns all.
Returns:
The interactor summary object, including the list of interacting
accessions and their interaction scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| accession | Yes | ||
| page_size | No |