Tome icon indicating copy to clipboard operation
Tome copied to clipboard

Predict Topt from protein sequence and OGT

Open yanshouyu opened this issue 4 years ago • 5 comments

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 in predOGT, using the RF regressor already trained but not provided in this package.

yanshouyu avatar Mar 30 '20 09:03 yanshouyu

I agree that this would be handy. I will mark this as an enhancement and hope to get back to it when time allows.

mengqvist avatar Sep 30 '20 11:09 mengqvist

This would be very useful! Do you have any idea when you will get a chance to add this?

SheridanPO avatar Mar 17 '21 10:03 SheridanPO

When i use this command tome predOGT --fasta test/proteomes/pyrococcus_horikoshii.fasta I m getting error message . ImportError: cannot import joblib from 'sklearn.externals (C:\ProgramData\Anaconda3\lib\site-packages\sklearn\externals\joblib__init__.py) Plese solve

MdUmar-tech avatar May 11 '21 20:05 MdUmar-tech

@MdUmar-tech You can change the import function in predOGT.py, instead of from sklearn.externals import joblib but use

import sklearn.externals
import joblib

feiranl avatar May 30 '22 08:05 feiranl

Thank you

MdUmar-tech avatar May 30 '22 09:05 MdUmar-tech