Skip to content

PyTorch implementations of protein secondary structure prediction on CB513.

Notifications You must be signed in to change notification settings

takatex/protein-secondary-structure-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protein-secondary-structure-prediction

PyTorch implementations of protein secondary structure prediction on CB513.

I implemented them 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 on CB513.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages