Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protein-Function

Bioinformatics Final Project

calculate-probabilties.py :

  • for each sequence, this function calculates the probability of a sequence being associated with a particular function by dividing the count of occurrences of that sequence-function pair by the total count of the sequence in the data.

predict_function.py :

  • This script is responsible for predicting the function of a protein based on its sequence using the pre-calculated probabilities from the first script.

To make a prediction:

  1. download data files from (http://cs.plu.edu/~caora/cs487/Materials/functionResource.zip) and place in data directory

  2. run calculate_probabities.py to generate probability dictionary

  3. run predict_function to generate predicted GO terms like this:

python predict_function.py ../fastaFiles/8v12.fasta

About

Bioinformatics Final Project

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages