EnzymeRates.jl

EnzymeRates.jl identifies the best enzyme rate equation from kinetic data. Given a reaction definition and rate measurements at varying substrate and product concentrations, the package enumerates the biochemically valid mechanisms, fits each to the data, and selects the simplest equation that describes the data.

Installation

using Pkg
Pkg.add(url = "https://github.com/DenisTitovLab/EnzymeRates.jl")

Where to go next