Skip to content

oxpig/SCALOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 opig@stats.ox.ac.uk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published