Title: | An Interactive Application for ODE Parameter Inference Using Gradient Matching |
---|---|
Description: | An interactive Shiny application to perform fast parameter inference on dynamical systems (described by ordinary differential equations) using gradient matching. Please see the project page for more details. |
Authors: | Joe Wandy |
Maintainer: | Joe Wandy <[email protected]> |
License: | GPL-2 |
Version: | 1.0.5 |
Built: | 2024-11-12 05:27:15 UTC |
Source: | https://github.com/glasgowcompbio/shinykgode |
The shinyKGode package provides three main functions: a friendly Shiny-based user-interface to run gradient matching to solve ordinary differential equations, a selection of three built-in models and also the ability to import user-defined differential equations and perform parameter inference on them.
An interactive Shiny application for running gradient matching to approximate ODEs.
startShinyKGode()
startShinyKGode()
Start ShinyKGode
This starts the ShinyKGode application on the user's local computer.
Nothing
{ if(interactive()){ startShinyKGode() } }
{ if(interactive()){ startShinyKGode() } }