= Practical 2: last part = You may like to work with your neighbours on one of the following problems (in either order). == Problem 1 == Your job is to engineer ''Z. mobilis'' to try and make ethanol from xylose, which is derived from the hemicellulose in lignocellulosic biomass. 1. Into your model from the previous exercise, you need to extend the ''Include'' directive to load a file of additional reactions from ''Z. mobilis'' metabolism contained in the file [[http://mudsharkstatic.brookes.ac.uk/Nepal2016/P2/ZmCHO.spy|ZmCHO.spy]]. These reactions will incorporate a number of the essential reactions marked with blue arrows in the diagram below. Check the elementary modes of this extended model. Does it produce any products from xylose? 1. Create a new text file "Heterologous.spy" into which you can write (in !ScrumPy syntax) the reactions of the enzymes you intend to engineer ''Z. mobilis'' to express. Again, this file will be linked into the model via the ''Include'' directive. 1. Reactions marked in red in the diagram are not present natively in the organism, so you will need to add a selection of these to enable ethanol formation from xylose. Find the EC numbers of the enzymes you need. The instructions in the previous part of the practical show you how to get the !MetaCyc reactions vis !PyoCyc. Copy the needed reactions from the !ScrumPy window into the new file. 1. Reload your modified model. Check whether additional vectors appear in the null space. Also check for Orphan metabolites. Bear in mind that reactions in the original !ZmEd.spy file that weren't needed to make ethanol from glucose might be necessary on the path from xylose. When the model looks as though it may be working, compute the elementary modes. 1. Have you got modes from xylose to ethanol? What is the carbon conversion efficiency? ''The solution will appear here later.'' ##=== Solution === ## If in "Zymomonas.spy" you included "ZmED.spy" (with corrections, but minimal reactions commented out), "ZmCHO.spy" and [[http://mudsharkstatic.brookes.ac.uk/Nepal2016/P2/HeterologousX.spy|HeterologousX.spy]], you should get an elementary mode from xylose to ethanol, CO_2 and acetate. The acetate formation is inevitable, and the pathway involves cycling pentose through the pentose phosphate reactions. == Problem 2 == Your job is to engineer ''Z. mobilis'' to try and make ethanol from glycerol, which is cheaply available from the manufacture of biodiesel. 1. Into your model from the previous exercise, you need to extend the ''Include'' directive to load a file of additional reactions from ''Z. mobilis'' metabolism contained in the file [[http://mudsharkstatic.brookes.ac.uk/Download/Models/C1Net/ZmCHO.spy|ZmCHO.spy]]. These reactions will incorporate a number of the essential reactions marked with blue arrows in the diagram below. Check the elementary modes of this extended model to make sure it has some working metabolism. It does not at the moment use glycerol. 1. Create a new text file "Heterologous.spy" into which you can write (in !ScrumPy syntax) the reactions of the enzymes you intend to engineer ''Z. mobilis'' to express. Again, this file will be linked into the model via the ''Include'' directive. The first reaction you need to add is a glycerol transporter: {{{ Glycerol_tx: x_Glycerol <> "GLYCEROL" ~ }}} 1. Reactions marked in red in the diagram are not present natively in the organism, so you will need to add a selection of these to enable ethanol formation from glycerol. Find the EC numbers of the enzymes you need. The instructions in the previous part of the practical show you how to get the !MetaCyc reactions vis !PyoCyc. Copy the needed reactions from the !ScrumPy window into the new file. 1. Reload your modified model. Check whether additional vectors appear in the null space. Also check for Orphan metabolites. Bear in mind that reactions in the original !ZmEd.spy file that weren't needed to make ethanol from glucose might be necessary on the path from glycerol. When the model looks as though it may be working, compute the elementary modes. 1. Have you got modes from glycerol to ethanol? If not, is there a redox problem. ''Z. mobilis'' has an electron transport chain hat is largely uncoupled from phosphorylation. Let us represent this as: {{{ "OxPhos": "NADH" + x_O2 -> "NAD" + "WATER" ~ }}} 1. Does this help? If so, What is the carbon conversion efficiency? ''The solution will appear here later.'' ##=== Solution === ## If in "Zymomonas.spy" you included "ZmED.spy" (with corrections, but minimal reactions commented out), "ZmCHO.spy" and [[http://mudsharkstatic.brookes.ac.uk/Nepal2016/P2/HeterologousG.spy|HeterologousG.spy]], you should get an elementary mode from glycerol to ethanol and CO_2, but only one ethanol per glycerol, and oxidation is needed as glycerol is more reduced than glucose. == Zymomonas metabolism == {{http://mudsharkstatic.brookes.ac.uk/Nepal2016/P2/fig1.png|Zymomonas figure}}