Predict the sub-cellular location of a protein based only on its primary structure. (Best correction at 61%)
- Open
./src/new_data.py
with PyCharm (or just any editor you prefer). - Change contents in
nd = NewData([...])
. - Right click and 'Run' (PyCharm).
- Haven't supported yet, but DIY is rather simple. :)
- From
src.new_data
importNewData
. - Instantiate a
NewData
object with a list of sequences you want to classify. nd.predict()
(supposend
is your object in the first step) gives you the result and the confidence of prediction in the format of ((Result-1, Confidence-1),(Result-2, Confidence-2),...)
Please submit an Issue
.
John Theo
2018-06-13