-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README files for tutorial folders
- Loading branch information
1 parent
a4086b4
commit 71c8af1
Showing
7 changed files
with
44 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,11 @@ | ||
# Tutorials - analysis | ||
# <img src="../../docs/source/_static/images/icon_analysis.png" height="22px"> Tutorials - analysis | ||
|
||
- [FBA](FBA) | ||
- [FVA](FVA) | ||
- [SOP](SOP) | ||
- [browseNetwork](browseNetwork) | ||
- [fidelityTesting](fidelityTesting) | ||
- [minSpan](minSpan) | ||
- [minimalCutSets](minimalCutSets) | ||
- [modelProperties](modelProperties) | ||
- [numCharact](numCharact) | ||
- [pFBA](pFBA) | ||
- [pathVectors](pathVectors) | ||
- [relaxFBA](relaxFBA) | ||
- [relaxedFBA](relaxedFBA) | ||
- [robustness_PhPP](robustness_PhPP) | ||
- [sparseFBA](sparseFBA) | ||
- [thermo](thermo) | ||
- [uFBA](uFBA) | ||
- [uniformSampling](uniformSampling) | ||
- [Flux balance analysis and its variants (FBA)](FBA) | ||
- [Flux Variability Analysis (FVA)](FVA) | ||
- [Atomically resolve a metabolic reconstruction (atomicallyResolveReconstruction)](atomicallyResolveReconstruction) | ||
- [Minimal spanning pathway vectors (minSpan)](minSpan) | ||
- [Relaxed Flux Balance Analysis (relaxedFBA)](relaxedFBA) | ||
- [Sparse Flux Balance Analysis (sparseFBA)](sparseFBA) | ||
- [Uniform sampling of steady-state fluxes (uniformSampling)](uniformSampling) | ||
- [Variational kinetic modelling (variationalKinetics)](variationalKinetics) | ||
- [Thermodynamically constrain a metabolic model (vonBertalanffy)](vonBertalanffy) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Tutorials - base | ||
# <img src="../../docs/source/_static/images/icon_base.png" height="22px"> Tutorials - base | ||
|
||
- [IO](IO) | ||
- [Input and output of reconstructions and models (IO)](IO) | ||
- [Engaging with the COBRA Toolbox Forum (engagingWithTheCommunity)](engagingWithTheCommunity) | ||
- [Initialise and verify The COBRA Toolbox (initializeAndVerify)](initializeAndVerify) | ||
- [Variational kinetic modelling (variationalKinetics)](variationalKinetics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Tutorials - dataIntegration | ||
# <img src="../../docs/source/_static/images/icon_di.png" height="22px"> Tutorials - dataIntegration | ||
|
||
- [extraction_transcriptomic](extraction_transcriptomic) | ||
- [metabotools](metabotools) | ||
- [Integration of transcriptomic and proteomic data (extractionTranscriptomic)](extractionTranscriptomic) | ||
- [Integration of exometabolomic data (metabotools)](metabotools) | ||
- [Integration of endometabolomic data (uFBA)](uFBA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# Tutorials - dataIntegration | ||
# <img src="../../docs/source/_static/images/icon_design.png" height="22px"> Tutorials - dataIntegration | ||
|
||
- [optForce](optForce) | ||
- [optForceGAMS](optForceGAMS) | ||
- [optGene](optGene) | ||
- [optKnock](optKnock) | ||
- [Strain design: optForce (optForce)](optForce) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# Tutorials - reconstruction | ||
# <img src="../../docs/source/_static/images/icon_reconstruction.png" height="22px"> Tutorials - reconstruction | ||
|
||
- [COBRAconcepts](COBRAconcepts) | ||
- [atomicallyResolveReconstruction](atomicallyResolveReconstruction) | ||
- [constrainingModels](constrainingModels) | ||
- [fastGapFill](fastGapFill) | ||
- [modelATPYield](modelATPYield) | ||
- [modelCreation](modelCreation) | ||
- [modelManipulation](modelManipulation) | ||
- [rBioNet](rBioNet) | ||
- [Reconstruction: create a generic subnetwork from Recon3D (createSubnetworkRecon)](createSubnetworkRecon) | ||
- [Gap Filling (fastGapFill)](fastGapFill) | ||
- [Testing biochemical fidelity (fidelityTesting)](fidelityTesting) | ||
- [Test for physiologically relevant ATP yields from different carbon sources (modelATPYield)](modelATPYield) | ||
- [Reconstruction manipulation (modelManipulation)](modelManipulation) | ||
- [Testing basic properties of a metabolic model (modelSanityChecks)](modelSanityChecks) | ||
- [Numerical properties of a reconstruction (numCharact)](numCharact) | ||
- [Reconstruction: rBioNet (rBioNet)](rBioNet) | ||
- [Convert a reconstruction into a flux balance analysis model (recon2FBAmodel)](recon2FBAmodel) | ||
- [Reconstruction: Standard Operating Procedure (reconstructionSO)](reconstructionSOP) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# Tutorials - visualization | ||
# <img src="../../docs/source/_static/images/icon_visualization.png" height="22px"> Tutorials - visualization | ||
|
||
- [cellDesigner](cellDesigner) | ||
- [paint4Net](paint4Net) | ||
- [remoteVisualisation](remoteVisualisation) | ||
- [Variable scope visualisation of a network with Paint4Net (paint4Net)](paint4Net) | ||
- [Human metabolic network visualisation: ReconMap (remoteVisualisation)](remoteVisualisation) |