Differences between revisions 4 and 11 (spanning 7 versions)
Revision 4 as of 2012-09-03 10:27:31
Size: 690
Editor: mark
Comment:
Revision 11 as of 2012-09-16 10:34:59
Size: 1403
Editor: mark
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
= ScrumPy Manual =
= ScrumPy - Metabolic Modelling in Python =
<<TableOfContents>>
Line 4: Line 6:
Line 6: Line 7:
Line 8: Line 8:

=== Python ===
=== 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 ?
Line 12: Line 19:
=== Overview ===
[[SpyMDL#Overview|Overview]]
=== Identifiers ===
[[SpyMDL#Identifiers|Identifiers]]
=== Reactions ===
[[SpyMDL#Reactions|Reactions]]
=== Directives ===
[[SpyMDL#Directives|Directives]]
Line 16: Line 30:

Line 19: Line 31:
=== The Matrix Class ===
Fully described in utility section - enough here to understand SMs, datasets and monitors.
Line 21: Line 34:

Line 24: Line 35:
Line 26: Line 36:
Line 28: Line 37:


Line 32: Line 38:

Line 35: Line 39:
Line 37: Line 40:
Line 39: Line 41:




== Structural Analysis of Models ==

== Kinetic Analysis of Models ==
Line 48: Line 42:
== The Utility Package ==
=== Dynamic Matrices ===

ScrumPy - Metabolic Modelling in Python

Introduction

Metabolic Modelling

Design Philosophy

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

Overview

Overview

Identifiers

Identifiers

Reactions

Reactions

Directives

Directives

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

Dynamic Matrices

None: ScrumPy/Doc (last edited 2013-11-06 14:23:12 by david)