Predict B-cell and T-cell epitopes from protein sequences using IEDB tools for vaccine design and antibody development.
pip install requests pandas
# IEDB tools accessed via API (no local install needed)Tell your AI agent what you want to do:
- "Identify B-cell epitopes in this spike protein"
- "Find immunogenic regions in my antigen"
- "Predict both B-cell and T-cell epitopes for vaccine design"
"Predict B-cell epitopes using BepiPred-2.0"
"Find antibody binding sites in this sequence"
"Identify MHC-I epitopes for HLA-A*02:01"
"Find helper T-cell epitopes (MHC-II)"
"Map all immunogenic regions in this antigen"
"Combine predictions from multiple methods"
- Submit sequence to IEDB prediction tools
- Parse prediction scores for each residue
- Identify continuous epitope regions
- Filter by score threshold
- Return epitope locations and sequences
- Threshold - BepiPred >0.5 default; increase for stringency
- Epitope length - B-cell: 5-15aa; T-cell: 8-11aa (MHC-I)
- Consensus - Multiple methods increase confidence
- Conformational - Need structure for ~90% of B-cell epitopes
- Validation - Experimental validation always recommended