fetch_uniprot
Retrieve protein sequences from UniProt database in FASTA, text, or XML format using accession IDs for biological analysis.
Instructions
Fetch a protein sequence from UniProt.
Args: uniprot_id: UniProt accession or ID format: Output format - 'fasta', 'txt', 'xml' (default: 'fasta')
Returns: Dictionary containing the UniProt record
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uniprot_id | Yes | ||
| format | No | fasta |