Differences between revisions 11 and 13 (spanning 2 versions)
Revision 11 as of 2012-09-16 10:34:59
Size: 1403
Editor: mark
Comment:
Revision 13 as of 2012-10-02 15:38:02
Size: 1359
Editor: mark
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 5: Line 4:
Line 9: Line 9:
==== Why Python ? ====
Line 12: Line 13:
Line 18: Line 20:
Line 19: Line 22:
=== Overview ===
Line 21: Line 23:
=== Identifiers ===
Line 23: Line 25:
=== Reactions ===
Line 25: Line 27:
=== Directives ===
Line 27: Line 29:
Line 33: Line 34:

ScrumPy - Metabolic Modelling in Python

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

Overview

Identifiers

Reactions

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)