Skip to content

mingfeima/pssp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protein secondary Structure Prediction in Deep Learning

PyTorch implementations of protein secondary structure prediction on CB513.

This implementation is based on https://github.com/alrojo/CB513 and https://github.com/jadore801120/attention-is-all-you-need-pytorch.

Dataset

I used CB513 dataset of https://github.com/alrojo/CB513.

sequence length (train) sequence length (test)
amino acid (train) amino acid (test)
secondary structure label(train) secondary structure label (test)

Usage

You can get more infomations by adding -h option.

pssp-nn

python main.py

pssp-transformer

python preprocess.py
python main.py

Acknowledgement

About

PyTorch implementations of protein secondary structure prediction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • Shell 2.8%