Learn R Programming

BoolNet (version 2.1.9)

igf: Boolean model of the IGF pathway

Description

A small Boolean model of major components of the IGF (Insuline-like growth receptor) pathway. Through IRS, IGF activates the well-known PI3K-Akt-mTOR signalling cascade. This cascade is finally inactivated by a feedback inhibion of IRS.

The model simplifies several complex formations and cascades by representing them as single nodes and specifying time delays instead. It therefore demonstrates the usage of temporal Boolean networks in BoolNet.

Usage

data(igf)

Arguments

Format

This data set consists of a variable igf of class SymbolicBooleanNetwork with 5 genes. The class SymbolicBooleanNetwork is described in more detail in loadNetwork.

Examples

Run this code
data(igf)

sim <- simulateSymbolicModel(igf)
plotAttractors(sim)

Run the code above in your browser using DataLab