Package 'shinyKGode'

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

Help Index


shinyKGode: A Shiny package for gradient matching parameter inference on ordinary differential equations.

Description

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.


This function will start ShinyKGode.

Description

An interactive Shiny application for running gradient matching to approximate ODEs.

Usage

startShinyKGode()

Details

Start ShinyKGode

This starts the ShinyKGode application on the user's local computer.

Value

Nothing

Examples

{
if(interactive()){
  startShinyKGode()
  }
}