Skip to content

Predict the sub-cellular location of a protein based only on its primary structure. (Best correction at 61%)

Notifications You must be signed in to change notification settings

john-theo/ProteinPrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProteinPrediction

Predict the sub-cellular location of a protein based only on its primary structure. (Best correction at 61%)

Find out how

1. Use file directly:

  • Open ./src/new_data.py with PyCharm (or just any editor you prefer).
  • Change contents in nd = NewData([...]).
  • Right click and 'Run' (PyCharm).

2. Command line:

  • Haven't supported yet, but DIY is rather simple. :)

3. Use as a class:

  • From src.new_data import NewData.
  • Instantiate a NewData object with a list of sequences you want to classify.
  • nd.predict() (suppose nd 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),...)

Questions

Please submit an Issue.


John Theo

2018-06-13

About

Predict the sub-cellular location of a protein based only on its primary structure. (Best correction at 61%)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages