murefi

Examples

  • Data structures in murefi
  • The ParameterMapping
  • Example: Modelling an enzymatic reaction with Michaelis-Menten kinetics
  • Differentiable ODE models with murefi and sunode

API Reference

  • murefi.datastructures
  • murefi.core
  • murefi.ode
  • murefi.symbolic
  • murefi.objectives
murefi
  • Welcome to the murefi documentation!
  • View page source

Welcome to the murefi documentation!

https://img.shields.io/badge/code%20on-Github-lightgrey https://zenodo.org/badge/353352505.svg

murefi is a Python package for multi replicate fitting, mostly for building ordinary differential equation (ODE) models.

You can download the latest version from GitHub or install it via pip install murefi.

In the following examples, we introduce the data structures, basic concepts and modeling API. Here you can learn how a murefi-driven modeling workflow looks like:

Examples

  • Data structures in murefi
    • Creating mock data for testing
    • Creating murefi data structures
    • Using the data structures
    • Saving and loading datasets
  • The ParameterMapping
    • Creating a ParameterMapping
    • Properties of the ParameterMapping
    • The repmap Method
  • Example: Modelling an enzymatic reaction with Michaelis-Menten kinetics
    • Overview: Fitting with calibr8 and murefi
    • Preparing Data & Models
    • Estimation of model parameters
    • Visualizing the optimization result
  • Differentiable ODE models with murefi and sunode
    • Preparing Data & Models
    • Objective function and gradients
    • Building a Bayesian ODE model with murefi, calibr8, sunode and pymc

You can find autogenerated API documentation below:

API Reference

  • murefi.datastructures
    • Dataset
    • DtypeError
    • Replicate
    • ShapeError
    • Timeseries
    • load_dataset()
    • save_dataset()
  • murefi.core
    • ParameterMapping
  • murefi.ode
    • BaseODEModel
  • murefi.symbolic
    • IntegrationOp
    • make_hash_sha256()
    • make_hashable()
    • named_with_shapes_dict()
    • solve_sunode()
  • murefi.objectives
    • for_dataset()
Next

© Copyright 2021, Michael Osthege, Laura Helleckes.

Built with Sphinx using a theme provided by Read the Docs.