PANTHER: Protein Family
panther_familyClassify a plant locus into its PANTHER protein family and subfamily, retrieve curated GO terms, protein class, and pathways. Works across 12 organisms.
Instructions
Fetch the PANTHER protein-family classification for a locus (pantherdb.org; free, no key). Returns the PANTHER family and subfamily (id + name) plus curated GO terms grouped by aspect (molecular_function / biological_process / cellular_component), the PANTHER protein class, and pathways. found=false when PANTHER cannot classify the locus. Complements the sequence-homology tools (gramene_homologs / consensus_homologs) with an evolutionary-family view. Works for all 12 organisms. Defaults to arabidopsis_thaliana; pass organism= for other species.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locus | Yes | e.g. AT1G01060 (Arabidopsis), Os01g0100100 (rice RAP-DB) | |
| organism | No | Plant organism — accepts canonical slug (arabidopsis_thaliana), scientific or common name, or NCBI taxid | arabidopsis_thaliana |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | Yes | True if PANTHER classified the locus | |
| locus | Yes | ||
| pathways | No | ||
| accession | No | PANTHER mapped accession | |
| family_id | No | PANTHER family id, e.g. PTHR12802 | |
| family_name | No | ||
| subfamily_id | No | e.g. PTHR12802:SF176 | |
| protein_class | No | ||
| subfamily_name | No | ||
| go_biological_process | No | ||
| go_cellular_component | No | ||
| go_molecular_function | No |