Skip to content

Learning structural motif representations for efficient protein structure search

License

Notifications You must be signed in to change notification settings

largelymfs/DeepFold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepFold

Learning structural motif representations for efficient protein structure search

Installation

Usage

The script provides an example of generating an embedding for a single PDB file. PDB file of any length can be used but for maximum efficiency make sure the model size can be fit in the VRAM. The script is not efficient for generating a large number of embeddings due to the overhead. For batch processing, please call the get_embedding function of a DeepFold instance inside the network module.

python ./scripts/gen_embedding.py [-h] [--model model] pdb_file output_file

Create embeddings for a protein structure. Output a numpy embedding.

positional arguments:
  pdb_file       an input pdb file
  output_file    an output numpy embedding

optional arguments:
  -h, --help     show this help message and exit
  --model model  the network model to load

About

Learning structural motif representations for efficient protein structure search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published