{% extends "base.html" %}
{% block content %}
Help & Usage
Single Sequence
- Paste a protein sequence using single-letter amino acid code.
- Remove spaces, numbers, headers, or other characters.
- Minimum length: 15 amino acids.
FASTA File
- For Multiple sequences, upload a valid FASTA file (.fa, .fasta).
- Each entry will be analyzed individually.
- Refer to a row in the results table to see probabilities for that sequence.
Interpreting Predictions
- Predicted Location: class with the highest probability.
- Confidence Bar Chart: probability of each class.
- Radar Plot: comparative view of probabilities across all classes.
- Use medium/low confidence predictions cautiously and combine with biological context.
{% endblock %}