-
Notifications
You must be signed in to change notification settings - Fork 53
Tutorials
Simonas Marcišauskas edited this page May 16, 2021
·
7 revisions
The RAVEN Toolbox contains several tutorials which highlight the basic RAVEN functionality. While several scripts only demonstrate the RAVEN functions, the other ones have questions, which require manual code changes to solve them.
NOTE: The tutorial scripts are located in RAVENdir/tutorial
. Open RAVEN tutorials.docx
document to get started.
The following tutorials are available:
Tutorial | Script Name | Brief Description |
---|---|---|
Tutorial 1 | tutorial1 |
Use the Penicillium chrysogenum GEM iAL1006 to show some functionality of RAVEN, with a focus on GEM import, modification, simulations and the ways to interpret the simulation results |
Tutorial 2 | tutorial2 |
Deal with the RAVEN model format and the most basic aspects of GEM modelling: build a simple model from scratch, set parameters and perform simple simulations |
Tutorial 3 | tutorial3 |
Run FBA and MOMA simulations and use GEMs as a scaffold for interpreting microarray data. Use a simplified model of yeast metabolism as an example. |
Tutorial 4 | tutorial4 |
While having a supplied version of the small yeast model with errors inserted, find and fix these errors to ensure that the model could predict growth |
Tutorial 5 | tutorial5 |
Show how to de novo generate a draft GEM from KEGG, based on protein sequences in a FASTA file, and doing some functionality checks on the model. |
Tutorial 6 | tutorial6 |
Show how to de novo generate a combined draft GEM from KEGG and MetaCyc. Shows the case study for bacterium Streptomyces coelicolor together with additional curation steps |
Coming soon:
Tutorial | Script Name | Brief Description |
---|---|---|
Tutorial 7 | n/a |
Soon-to-be-released book chapter that details a protocol where protein homology is used to generate a draft GEM using a functional GEM from another species as a template. For early access, please contact @edkerk. |
- Introduction
- Installation
- External Databases
- Getting Started
- Model Reconstruction from KEGG
- Option 1: Based on KEGG Organism Code
- Option 2: Based on Homology Search Against KEGG Orthology Specific HMMs
- Option 2-a: Use Pre-Trained HMMs
- Option 2-b: de novo Generate HMMs
- Development Policy
- Known Issues
- Developer Protocols