This project provides a simple tool to compare antibody sequences and find similarities between them.
- Python 3
- Biopython library (
pip install biopython
)
antibody_similarity_checker.py
: The main Python script for loading antibody sequences from a FASTA file and finding similar sequences.README.md
: Instructions for running the project.
- Place your antibody sequences in a FASTA file named
antibodies.fasta
. - Run the script:
python antibody_similarity_checker.py
- The script will print sequences with a similarity ratio above the given threshold (default is 0.85).
To run the script:
python antibody_similarity_checker.py
Ensure you have your antibodies.fasta
file in the same directory.