bc_search_pride_proteins
Search for proteins identified in a PRIDE mass spectrometry project by accession, name, or keyword. Retrieve protein details including accessions, names, genes, sequences, and modifications from specific proteomics datasets.
Instructions
Search for proteins identified in a specific PRIDE mass spectrometry project. Useful for finding specific proteins in proteomics datasets.
Returns: dict: Proteins list with accessions, names, genes, sequences, modifications, associated projects or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_accession | Yes | PRIDE project accession to search proteins in | |
| keyword | No | Search keyword for protein names or accessions | |
| page_size | No | Number of results to return (max 100) | |
| sort_field | No | Sort field: accession, proteinName, or gene | accession |
| sort_direction | No | Sort direction: ASC or DESC | ASC |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||