Skip to content

jafetgado/ThermoProt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThermoProt

ThermoProt is a python package to predict the thermostability of proteins. ThermoProt uses binary classifiers to predict the thermostability of proteins as

  • psychrophilic vs. mesophilic (PM)
  • mesophilic vs. thermophilic (MT)
  • thermophilic vs. hyperthermophilic (TH)
  • mesophilic vs. thermophlic/hyperthermophlic (MTH)

Usage

git clone https://github.com/jafetgado/ThermoProt.git
cd ThermoProt
conda env create -f ./env.yml -p ./env
conda activate ./env
python thermoprot/thermoprot.py --infile training_sequences/hyperthermophilic.fasta --outfile ./predictions.csv --modelname MTH

Citation

If you find ThermoProt useful, please cite the following:

Erickson E, Gado JE, et al, 2022. "Sourcing thermotolerant poly(ethylene terephthalate) hydrolase scaffolds from natural diversity.

About

Predict protein thermostability with ML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages