inhibitor {isdals}R Documentation

Enzyme experiment with inhibitors

Description

The data comes from an enzyme experiment with inhibitors. The enzyme acts on a substrate that was tested in six concentrations between 10 micro M and 600 micro M. Three concentrations of the inhibitor were tested, namely 0 (controls), 50 micro M and 100 micro M. There were two replicates for each combination yielding a total of 36 observations of reaction rate.

Usage

data(inhibitor)

Format

A data frame with 36 observations on the following 3 variables.

Iconc

Inhibitor concentration in micro Mole (numeric vector)

Sconc

Substrate concentration in micro Mole (numeric vector)

RR

Reaction rate (numeric vector)

Source

The experiment was carried out by students at a biochemistry course at University of Copenhagen.

Examples

data(inhibitor)

[Package isdals version 3.0.1 Index]