Skip to content

cchen-bioinfo/contactlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContactLib-ATT: a structure-based search engine for homologous proteins

Authors: Cheng Chen^, Yuguo Zha^, Daming Zhu, Kang Ning*, Xuefeng Cui*
    - ^: These authors contributed equally to this work.
    - *: To whom correspondence should be addressed.
Contact: xfcui@email.sdu.edu.cn

Introduction

We propose a two-level general-purpose protein structure embedding neural network, called ContactLib-ATT. On local embedding level, a biologically more meaningful contact context is introduced. On global embedding level, attention-based encoder layers are employed for better global representation learning. Thus, ContactLib-ATT is used to simulate a structure-based search engine for remote homologous proteins.

Usage

The input of this search engine should be protein structure format, such as *.ent and *.pdb. The trained model can be downloaded from Zenodo.

Run

Clone this repository by:

git clone https://github.com/xfcui/contactlib.git

Make sure the python version you use is >= 3.7, and install the packages by:

pip install -r requirements.txt

Optional arguments:

-h, --help                show this help message and exit
--file FILE               the input file (relative path)
--gpu GPU                 assign the gpu num

Run:

python run_contactlib.py --file contactlib/data/d3c92k1.ent --gpu 0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.5%
  • Perl 6.5%