Differences between revisions 14 and 15
Revision 14 as of 2012-10-17 08:17:54
Size: 2085
Editor: mark
Comment:
Revision 15 as of 2012-10-17 08:18:28
Size: 2095
Editor: mark
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
Line 23: Line 24:
Line 24: Line 26:
Line 25: Line 28:
Line 26: Line 30:

Practical 2 Null space and elementary modes analysis with ScrumPy

Follow the links below to reach the relevant documentation and instructions. Go through the Python related material before the starting with ScrumPy documentation and exercises.

== 1 Using Python ==

Follow this link to for a brief reminder of the work covered in yesterdays lecture. Try to replicate the examples shown there, and ask the demonstrators if something appears not to work as expected. Also expect the demonstrators to ask you to explain the results yo see on the screen.

/* Python exercises

2 Exploring the Null Space

This page has instructions for loading a simple model (is it the same as the one described in yesterdays lecture ?) .

Again, replicate the examples shown then attempt the following exercises. You should be able to describe what you expect the result to be before you attempt to do it on the computer. If the result is not as expected you must be able to explain the difference:

a) Generate a kernel of the stoichiometry matrix.

b) Use the matrix ".Mul()" (multiply) to multiply the stoichiometry matrix by it's null space.

c) Multiply the kernel by the external stoichiometry matrix.

d) Create a kernel of the external stoichiometry matrix - what is different ?

d) Multiply the internal and external stoichiomtry matrices by your new kernel.

e) Try adding or removing reactions from the model, and repeat the exercises above, explain the new results.

Further Exercises

We will continue tomorrow, but if you have time today, follow the instructions on the two links below.

Exercises - ScrumPy and Elementary Modes analysis

Calvin model

None: Meetings/Delhi2012/Practicals/Practical_2 (last edited 2013-06-03 12:26:25 by mark)