searchByGoTerm¶
Find the InterPro entries annotated with a given Gene Ontology (GO) term. Use it to go from a molecular-function / biological-process / cellular-component term to the InterPro domains and families that carry it.
Arguments¶
Name |
Type |
Required |
Description |
|---|---|---|---|
|
string |
yes |
GO term identifier. Accepts the canonical |
|
integer |
no |
Entries per page. Default |
Returns¶
The InterPro API’s paginated list JSON: count, next / previous, and a results array of
InterPro entries (accession, name, type, member databases, GO terms) associated with the term.
An invalid/empty GO term returns a small {"error": ...} object.
Examples¶
goTerm="GO:0004672": InterPro entries with protein-kinase activity.goTerm="GO:0016020", pageSize=100: entries annotated with “membrane”, 100 per page.