PathwayAndDataAnalysis / resource

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

Add Kinase Library as a resource #3

Open ozgunbabur opened 1 year ago

ozgunbabur commented 1 year ago

Extend the FileServer class and add a new class that will serve the Kinase Library matrices.

The new class should process the raw matrices, and convert them to probability values for each kinase, location and amino acid.

Write an accessor method for the probability values that takes the kinase as String, the location as int, and the amino acid as String, and returns the probability as a double.

JuliansGHUB1 commented 1 year ago

Processed the raw matrices and inputted the probability calculations into a multi-layered map. Implemented several methods, including load(), aminoAcidProbability(), minimumLocationValue(), maximumLocationValue(), splitColumnHeaders().

ozgunbabur commented 1 year ago

Julian, I noticed you added a lot of .class files to the project. Can you please remove them?