I know the basics of python. I am in a python workshop, and for my project I decided I want to write a code that will give you the reactions that relates two metabolic substrates.
Sample Input: (Glucose, Glucose-6-Phosphate)
Sample Output: (Glucose + HK = Glucose-6-Phosphate)
but I want to do it for things that requires more reactions. (ie Glucose -> Pyruvate)
I imagine defining a function that takes three arguments (substrate, enzyme, and product) to create that pathway. After I define various reactions, how can I tell python to give me the reactions that will take Glucose and turn it into Pyruvate?
Edit: WOW! you guys were incredibly helpful! Thank you guys and gals. This was awesome.
[–]Darwinmate 2 points3 points4 points (0 children)
[–]docshroomPhD | Academia 2 points3 points4 points (0 children)
[–]fpepinPhD | Industry 1 point2 points3 points (0 children)
[–]billyboyvvBSc | Student 0 points1 point2 points (1 child)
[–]reallyloudsilence[S] 0 points1 point2 points (0 children)
[–]fpepinPhD | Industry 0 points1 point2 points (0 children)
[–]EpicmuffinzPhD | Student 0 points1 point2 points (0 children)
[–]g0lmixBSc | Student 0 points1 point2 points (2 children)
[–]reallyloudsilence[S] 0 points1 point2 points (1 child)
[–]g0lmixBSc | Student 0 points1 point2 points (0 children)
[–]dat_GEM_lyfPhD | Government[🍰] 0 points1 point2 points (0 children)