updated README with improved installation instructions
SCALOP (Python 3) Sequence-based antibody Canonical LOoP structure annotation
The easiest way to install SCALOP dependencies is using conda:
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
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
2018 Wing Ki Wong Dr Jinwoo Leem Prof Charlotte M. Deane - Oxford Protein Informatics group.
Contact opig@stats.ox.ac.uk
用于高性能计算的线性代数库,提供稀疏矩阵运算和求解器功能
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
SCALOP
Description
SCALOP (Python 3) Sequence-based antibody Canonical LOoP structure annotation
Installation
The easiest way to install SCALOP dependencies is using
conda:Input format
Example Command line tool
Example Python module
Dependencies
Authors
2018 Wing Ki Wong Dr Jinwoo Leem Prof Charlotte M. Deane - Oxford Protein Informatics group.
Contact opig@stats.ox.ac.uk