{% extends "base.html" %} {% block page_title %}Instructions{% endblock %} {% block page_subtitle %}How to use the EpiPred epitope prediction tool{% endblock %} {% block content %}
The EpiPred server predicts B-cell and T-cell epitopes from protein sequences using an advanced deep learning model with attention mechanisms and bidirectional LSTM networks.
EpiPred requires protein sequence(s) in FASTA format and cannot handle nucleic acid sequences.
Paste protein sequence(s) in FASTA format into the text field marked by arrow A.
Upload a FASTA file using the file upload button marked by arrow B.
Click the "Predict Epitopes" button (marked by arrow C) when protein sequences are entered. The analysis may take a few minutes depending on the number and length of sequences.
After the server successfully finishes the job, a results page will appear showing:
FASTA format is a text-based format for representing protein sequences. Here's what you need to know:
>Header_Line_Starting_With_Greater_Than
AMINO_ACID_SEQUENCE_HERE
>Another_Sequence_Header
ANOTHER_AMINO_ACID_SEQUENCE
>Human_Insulin_A_Chain
GIVEQCCTSICSLYQLENYCN
>Human_Insulin_B_Chain
FVNQHLCGSHLVEALYLVCGERGFFYTPKT
>Example_Antigen_Protein
MKLLILTCLVAVALARPKHPIKHQGLPQEVLNENLLRFFVAPFPEVFGKEKVNEL
CARFASLIYGKFVRQPQVWLRIQNYSVMDICDEHQGVMVPGVGVPQALQKYNPD
Each predicted epitope comes with a confidence score between 0.0 and 1.0:
Position ranges are given in 1-based indexing (first amino acid is position 1). For example, "15-34" means the epitope spans from the 15th to 34th amino acid.
| Max sequences: | 50 per submission |
| Max total length: | 300,000 amino acids |
| Min sequence length: | 10 amino acids |
| Max sequence length: | 6,000 amino acids |
| Max file size: | 16 MB |