Learn R Programming

isdals (version 3.0.1)

inhibitor: 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)

Arguments

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)

Examples

Run this code
data(inhibitor)

Run the code above in your browser using DataLab