Back to catalog
Cortexa research tool·biomedical·bvbrc
BVBRC Search Genome Features
Search for genome features (genes, proteins, CDS) in BV-BRC pathogen genomes. Find specific genes like antimicrobial resistance genes (mecA, blaTEM), virulence factors, or any annotated feature across thousands of pathogen genomes. Example: search for 'mecA' gene (methicillin resistance) across all genomes.
Livelast probed 2026-04-30 23:07Z· 86msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 86ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene": {
"description": "Gene name to search for. Examples: 'mecA' (methicillin resistance), 'blaTEM' (beta-lactamase), 'katG' (isoniazid resistance).",
"type": [
"string",
"null"
]
},
"genome_id": {
"description": "Restrict search to a specific genome. Example: '83332.12'.",
"type": [
"string",
"null"
]
},
"keyword": {
"description": "Alias for product: gene product keyword to search (e.g., 'spike protein', 'beta-lactamase').",
"type": [
"string",
"null"
]
},
"limit": {
"description": "Maximum number of results. Default: 10. Max: 100.",
"type": [
"integer",
"null"
]
},
"product": {
"description": "Gene product keyword to search. Examples: 'beta-lactamase', 'penicillin-binding protein', 'DNA gyrase'.",
"type": [
"string",
"null"
]
}
},
"required": [],
"type": "object"
}Examples (1)
Default BVBRC Search Genome Features call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_BVBRC_search_genome_features
- Tool name
- BVBRC_search_genome_features
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse