Skip to content

Latest commit

 

History

History
executable file
·
49 lines (37 loc) · 1.38 KB

README.md

File metadata and controls

executable file
·
49 lines (37 loc) · 1.38 KB

SCALOP

Description

SCALOP (Python 3) Sequence-based antibody Canonical LOoP structure annotation

Installation

The easiest way to install SCALOP dependencies is using conda:

git clone https://github.com/oxpig/SCALOP.git
conda create -n scalop-env python=3.8 -y
conda activate scalop-env
conda install -c bioconda numpy pandas hmmer biopython -y
pip install SCALOP/

Input format

  • Single complete antibody sequence
  • Complete heavy and light chain sequences separated by '/'
  • Fasta file

Example Command line tool

SCALOP -i VKLLEQSGAEVKKPGASVKVSCKASGYSFTSYGLHWVRQAPGQRLEWMGWISAGTGNTKYSQKFRGRVTFTRDTSATTAYMGLSSLRPEDTAVYYCARDPYGGGKSEFDYWGQGTLVTVSS/ELVMTQSPSSLSASVGDRVNIACRASQGISSALAWYQQKPGKAPRLLIYDASNLESGVPSRFSGSGSGTDFTLTISSLQPEDFAIYYCQQFNSYPLTFGGGTKVEIKRTV --scheme imgt --definition north

Example Python module

from scalop.predict import assign
input='VKLLEQSGAEVKKPGASVKVSCKASGYSFTSYGLHWVRQAPGQRLEWMGWISAGTGNTKYSQKFRGRVTFTRDTSATTAYMGLSSLRPEDTAVYYCARDPYGGGKSEFDYWGQGTLVTVSS/ELVMTQSPSSLSASVGDRVNIACRASQGISSALAWYQQKPGKAPRLLIYDASNLESGVPSRFSGSGSGTDFTLTISSLQPEDFAIYYCQQFNSYPLTFGGGTKVEIKRTV'
assign(input)

Dependencies

Authors

2018 Wing Ki Wong Dr Jinwoo Leem Prof Charlotte M. Deane - Oxford Protein Informatics group.

Contact [email protected]