Package PyDSTool :: Package Toolbox :: Module PySCes_SBML
[hide private]
[frames] | no frames]

Module PySCes_SBML

source code

PySCes interface code for systems biology modeling and SBML model markup.

This toolbox assumes you have PySCes installed.

R. Clewley, 2012

Functions [hide private]
 
make_varspecs(m, fnspecs) source code
 
get_pysces_model(filename, target='Vode') source code
Variables [hide private]
  _seq_types = (<type 'list'>, <type 'tuple'>, <type 'numpy.ndar...
  _num_types = (<type 'float'>, <type 'int'>, <type 'numpy.float...
  isfinite = <ufunc 'isfinite'>
  sign = <ufunc 'sign'>
  _functions = ['get_pysces_model']
  _classes = []
  _features = []
Variables Details [hide private]

_seq_types

Value:
(<type 'list'>, <type 'tuple'>, <type 'numpy.ndarray'>)

_num_types

Value:
(<type 'float'>,
 <type 'int'>,
 <type 'numpy.floating'>,
 <type 'numpy.integer'>)