Preoptem is an open-source tool for predicting the optimal temperature of proteins based on the deep learning methods.
- Python 2.7
- tensorflow 1.15.0
- keras 2.1.5
- theano 1.0.5
- opencv-python 4.1.2.30
- Install the python 2.7 (from Anaconda https://www.anaconda.com/)
- pip install tensorflow==1.15.0 (python=2.7)
- pip install keras==2.1.5
- pip install theano==1.0.5
- pip install opencv-python==4.1.2.30
- pip install matplotlib==2.2.5
- git clone https://github.com/BRITian/Preoptem
The input sequences should be in the fasta format. The input command is as the followings. python Preoptem_keras_RNN_pre.py test_chi.fas
The output of the prediction is saved in the file of ./preoptem_pres/test_chi.fas.pred. The values in the first, second and third column in the file represented the Seq_id, Predicted_optimal_temperature, and Predicted_class.