Tome icon indicating copy to clipboard operation
Tome copied to clipboard

A machine learning model for the prediction of optimal growth temperature of microorganisms and enzyme catalytic optima

Results 5 Tome issues
Sort by recently updated
recently updated
newest added

Modify setup.py from sklearn to scikit-learn

First of all, thanks for your repository! I'm trying to use this repository to estimate the temperature optima of my genomes. However, when I run it with 12 threads for...

Currently we can only get pre-calculated Topt from BLAST results. It would be very handy to predict the Topt directly from the protein sequence (or AA frequency) and OGT calculated...

enhancement

Incredible work! It would be really helpful if you could share the scripts to make the queries and download the data from BRENDA since its API seems to be broken...

Changing line 23 from: from sklearn.externals import joblib to: import joblib Seems to fix it, assuming joblib is already installed