igf | R Documentation |
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.
data(igf)
This data set consists of a variable igf
of class SymbolicBooleanNetwork
with 5 genes. The class SymbolicBooleanNetwork
is described in more detail in loadNetwork
.
data(igf)
sim <- simulateSymbolicModel(igf)
plotAttractors(sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.