Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2010-11-09 11:02:04
Size: 322
Editor: mark
Comment:
Revision 14 as of 2012-10-02 16:01:52
Size: 2393
Editor: mark
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= ScrumPy Documentation = ## page was renamed from Software/ScrumPy/Doc
= ScrumPy - Metabolic Modelling in Python =
<<TableOfContents>>
Line 4: Line 6:
=== Metabolic Modelling ===
=== Design Philosophy ===
Scrumpy is unusual, but not unique, in that the primary user interface is a language (it is an oversimplification to refer to it as a command line interface) rather than a more conventional GUI. The underlying reason for this choice is a simple one: A GUI restricts the user to only those actions which the programmer mpredicted the user might wish to perform. In some contexts this is not a problem, simple text editing and web-browsing being examples.
Line 5: Line 10:
=== Why Python ? === However, in metabolic modelling (and scietific/research contexts in general) it is much harder for the programmer to predict what a user may wish to do. MORE HERE -
Line 7: Line 12:
'cause it's great. Furthermore, in the twenty or so years in which I have been involved in the field, I have lost count of the number of presentations I've listened to for software (not only modelling or scientific) making the claim that the software is intuitive and user friendly, to the extent that this has become a mantra to be uttered at the begining of every presentation. Most of it has been unconvincing at best.
Line 9: Line 14:
=== Python ===
==== Why Python ? ====
==== Knowing syntax vs programming ====
==== Inbuilt types and classes ====
int, float, str, list and dict
Line 10: Line 20:
=== What ScrumPy Is === ==== 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 27:
=== What ScrumPy Isn't === == ScrumPy Model Description Language ==
[[SpyMDL#Overview|Overview]]
Line 14: Line 30:
=== Quick examples === [[SpyMDL#Identifiers|Identifiers]]
Line 16: Line 32:
[[SpyMDL#Reactions|Reactions]]
Line 17: Line 34:
== ScrumPy model format == [[SpyMDL#Directives|Directives]]
Line 19: Line 36:
== Structural Analysis of Models == == 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 21: Line 41:
== 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 24: Line 50:
== The Utility Package ==
=== Dynamic Matrices ===

ScrumPy - Metabolic Modelling in Python

Introduction

Metabolic Modelling

Design Philosophy

Scrumpy is unusual, but not unique, in that the primary user interface is a language (it is an oversimplification to refer to it as a command line interface) rather than a more conventional GUI. The underlying reason for this choice is a simple one: A GUI restricts the user to only those actions which the programmer mpredicted the user might wish to perform. In some contexts this is not a problem, simple text editing and web-browsing being examples.

However, in metabolic modelling (and scietific/research contexts in general) it is much harder for the programmer to predict what a user may wish to do. MORE HERE -

Furthermore, in the twenty or so years in which I have been involved in the field, I have lost count of the number of presentations I've listened to for software (not only modelling or scientific) making the claim that the software is intuitive and user friendly, to the extent that this has become a mantra to be uttered at the begining of every presentation. Most of it has been unconvincing at best.

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)