igf {BoolNet} | R Documentation |
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)
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
data(igf)
sim <- simulateSymbolicModel(igf)
plotAttractors(sim)
[Package BoolNet version 2.1.9 Index]