semanticSBML - User exercises
-
- Build a model of the threonine pathway from the KEGG reaction IDs R00480, R02291, R01775, R01771, R01466 (two versions, with and without enzyme species). Hint: To add several reaction identifers you have to write every ID into a new line (without any commas, quotes or other signs).
- Annotate the model with the following IDs: (i) NCBI taxonomy ID 83333 for Escherichia coli ("model:is" qualifier); (ii) NCBI PubMed ID 11368770 for the article Chassagnole C, Fell DA, Rais B, Kudla B, Mazat JP. Control of the threonine-synthesis pathway in Escherichia coli: a theoretical and experimental approach. Biochem J. 2001 356(Pt 2):433-44. ("model:isDescribedBy" qualifier); (iii) KEGG pathway ID map00260 ("Bio:isVersionOf" qualifier).
- Display the model structure, check the model for correctness, and have a look at the element annotations.
- Save the model to disk
- Download the original threonine pathway model from Biomodels.net (BIOMD0000000066.xml) and compare it to your model (display the structures and find differences).
-
- Create an SBML model from the reactions: G6P <=> F6P and F6P + ATP <=> FBP + ADP. Choose "cell" as the compartment. (Please do not forget to type spaces between every reaction parameter. )
- Annotate all substances with MIRIAM annotations
pointing to the ChEBI database.
G6P: Glucose-6-phosphate;
F6P: Fructose-6-phosphate;
FBP: Fructose-1,6-bisphosphate;
ATP: Adenosine triphosphate;
ADP: Adenosine diphosphate - Annotate the compartment with the SBO term for "physical compartment"
- Display the model and check it for correctness.
- Look up the KEGG reaction ID for the second reaction and build a second model "model_2" from this reaction, in the compartment "Cell" (with capital C).
- Merge the two models "model_1" and "model_2". Make sure that the two compartments "cell" and "Cell" are merged to a single compartment.
- Save the merged model to disk
- Create an SBML model from the KEGG pathway map for glycolysis (map00010).