Size: 1452
Comment:
|
← Revision 15 as of 2012-10-17 10:44:47 ⇥
Size: 1006
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
== Basic ScrumPy == Copy and load the toy model described [[Meetings/Delhi2012/Practicals/Practical_2/ScrumPyIntro | previously]]. 1. Using built-in {{{Python}}} methods find out the number of reactions and metabolites in the network. 2. Write a function that given a model, returns a list of reactions that are in singleton subsets. Hint: What is special about the names of subsets of size > 1. == Elementary Modes analysis == |
Exercises - ScrumPy and Elementary Modes analysis
Copy and load the Calvin model.
Download and familiarise yourself with the following paper
1. Identify the light only and dark only reactions in Table 1 in your model. You can add comments to your model like this:
1 #this is a comment
2. Make two new models - one for light conditions (i.e. comment out dark only reactions) and one for dark conditions.
3. Load the new models and analyse the elementary modes. How many modes do they each have? What is their overall stoichiometries?
4. Identify the sedoheptulose-1,7-bisphosphatase reaction and include it in the dark model. What is the impact of this change in network topology on the elementary modes of the model? What is the biological significance?