Differences between revisions 11 and 14 (spanning 3 versions)
Revision 11 as of 2012-10-12 12:44:09
Size: 1324
Editor: hassan
Comment:
Revision 14 as of 2012-10-14 11:23:08
Size: 1452
Editor: hassan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
Familiarise yourself with the following paper [[attachment:Pool_03.pdf]]. Download and familiarise yourself with the following [[http://onlinelibrary.wiley.com/doi/10.1046/j.1432-1033.2003.03390.x/abstract;jsessionid=10BEC22414D996E91E588BFA238F268F.d01t03 | paper]]
Line 29: Line 29:
4. Identify the ''sedoheptulose-1,7-bisphisphatase'' 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? 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?

Exercises - ScrumPy and Elementary Modes analysis

Basic ScrumPy

Copy and load the toy model described 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

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?

None: Meetings/Delhi2012/Practicals/Practical_2/ExSPyEM (last edited 2012-10-17 10:44:47 by mark)