|
Size: 312
Comment:
|
Size: 1359
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| = ScrumPy Manual = | ## page was renamed from Software/ScrumPy/Doc = ScrumPy - Metabolic Modelling in Python = <<TableOfContents>> |
| Line 3: | Line 6: |
| === Metabolic Modelling === === Design Philosophy === === Python === ==== Why Python ? ==== ==== Knowing syntax vs programming ==== ==== Inbuilt types and classes ==== int, float, str, list and dict |
|
| Line 4: | Line 14: |
| === Why Python ? === | ==== Classes and sub-classes ==== ==== Repetiton and Decisions ==== ==== Functions ==== ==== Modules and Packages ==== ==== Standard libraries ==== Not all of them ! In practice math and random are the most commonly with {{{ScrumPy}}}. sys and os are also useful - any other suggestions ? |
| Line 6: | Line 21: |
| 'cause it's great. | == ScrumPy Model Description Language == [[SpyMDL#Overview|Overview]] |
| Line 8: | Line 24: |
| [[SpyMDL#Identifiers|Identifiers]] | |
| Line 9: | Line 26: |
| === What ScrumPy Is === | [[SpyMDL#Reactions|Reactions]] |
| Line 11: | Line 28: |
| === What ScrumPy Isn't === | [[SpyMDL#Directives|Directives]] |
| Line 13: | Line 30: |
| === Quick examples === | == Analysis of Models With ScrumPy == === The ScrumPy Modelling Environment === === The Matrix Class === Fully described in utility section - enough here to understand SMs, datasets and monitors. |
| Line 15: | Line 35: |
== ScrumPy model format == == Structural Analysis of Models == == Kinetic Analysis of Models == |
=== Anatomy of a ScrumPy Model === === Kinetic Modelling === === Structural Modelling === === Linear Programming === == Secondary Analysis of Model Results == === Data sets === === Fitting and Optimisation === == Automatic Model Building == |
| Line 23: | Line 44: |
| == The Utility Package == === Dynamic Matrices === |
ScrumPy - Metabolic Modelling in Python
Contents
Introduction
Metabolic Modelling
Design Philosophy
Python
Why Python ?
Knowing syntax vs programming
Inbuilt types and classes
int, float, str, list and dict
Classes and sub-classes
Repetiton and Decisions
Functions
Modules and Packages
Standard libraries
Not all of them ! In practice math and random are the most commonly with ScrumPy. sys and os are also useful - any other suggestions ?
ScrumPy Model Description Language
Analysis of Models With ScrumPy
The ScrumPy Modelling Environment
The Matrix Class
Fully described in utility section - enough here to understand SMs, datasets and monitors.
Anatomy of a ScrumPy Model
Kinetic Modelling
Structural Modelling
Linear Programming
Secondary Analysis of Model Results
Data sets
Fitting and Optimisation
Automatic Model Building
Bioinformatics Functions
The Utility Package