Search Assays
pubchem_search_assaysSearch PubChem bioassays by biological target using gene symbols, protein names, NCBI Gene IDs, or UniProt accessions to retrieve assay IDs for analysis.
Instructions
Find PubChem bioassays associated with a biological target. Search by gene symbol (e.g. "EGFR"), protein name, NCBI Gene ID, or UniProt accession. Returns assay IDs (AIDs) which can be explored further with pubchem_get_summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetType | Yes | Target identifier type. "genesymbol" and "proteinname" accept text names. "geneid" accepts NCBI Gene IDs. "proteinaccession" accepts UniProt accessions. | |
| targetQuery | Yes | Target identifier. Examples: "EGFR" (genesymbol), "Epidermal growth factor receptor" (proteinname), "1956" (geneid), "P00533" (proteinaccession). | |
| maxResults | No | Max AIDs to return (1-200). Popular targets may have thousands of assays. Default: 50. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetType | Yes | Target identifier type used. | |
| targetQuery | Yes | Target identifier searched. | |
| totalFound | Yes | Total AIDs found. | |
| aids | Yes | PubChem Assay IDs. |