PathwayAndDataAnalysis / resource

Collection of code for accessing several data resources.
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Add a peptide scoring method to KinaseLibrary #4

Closed ozgunbabur closed 1 year ago

ozgunbabur commented 1 year ago

Add a new method to KinaseLibrary class that will take a peptide sequence as a string, parse it into amino acids, validate its length and content, and calculate and return its score.

JuliansGHUB1 commented 1 year ago

Changed the program so that it now reads from the normalized-scaled matrix. Tested the methods to make sure nothing broke after I did that. Made my code more modular by breaking big chunks into smaller functions, so that it becomes more maintainable.