Skip to content

Epitope Prediction

The Bulk Epitope Prediction pipeline submits sequences to the FIRE API for batch epitope binding prediction. It follows the same polling pattern as Bulk Similarity Search but returns predicted epitope scores instead of nearest-neighbor matches.


Use this pipeline when you want to predict epitope specificity for a set of TCR or BCR sequences. FIRE’s epitope prediction model scores each sequence against a panel of known epitopes.


Navigate to Dashboard → FIRE Bulk Epitope → New Job (or via Experimental → Single Epitope Prediction for individual sequences).

FieldDescription
Job nameA label for this run
Input CSV filesOne or more CSV files with a sequence column, uploaded as a zip archive
Sequence columnColumn name containing sequences to predict
Epitope panelName of the FIRE epitope panel to predict against
FieldDefaultDescription
Score thresholdnoneMinimum prediction score to include in results
Include all epitopesfalseIf true, returns scores for all epitopes in the panel (not just top matches)

Input CSV with appended epitope score columns:

ColumnDescription
epitope_<name>_scorePredicted binding score for epitope <name> (0–1)
top_epitopeEpitope with the highest predicted score
top_scoreHighest predicted score
ColumnDescription
sequenceOriginal query sequence
errorError description

Experimental: Single Sequence Epitope Prediction

Section titled “Experimental: Single Sequence Epitope Prediction”

For one-off predictions without submitting a full pipeline job, use the Experimental → Single Epitope Prediction page in the web app. Enter a single sequence and view instant results from the FIRE API.

See Experimental Features for more.


Unknown epitope panel name
Panel names are case-sensitive. Contact the FIRE API administrator for the list of available panels, or check the FIRE docs.

All scores are near zero
The sequence may not match the receptor type expected by the panel (e.g., submitting BCR sequences to a TCR panel). Verify sequence type compatibility with the selected panel.