Learn R Programming

BoolNet (version 2.1.9)

cellcycle: Mammalian cell cycle network

Description

The mammalian cell cycle network as described by Faure et al.

Usage

data(cellcycle)

Arguments

Details

The data consists of a variable cellcycle of class BooleanNetwork with 10 genes describing the four phases of the mammalian cell cycle. The network has one steady-state attractor. Furthermore, it has one synchronous attractor with 7 states and one asynchronous complex/loose attractor with 112 states. The class BooleanNetwork is described in more detail in loadNetwork.

Examples

Run this code
data(cellcycle)

# the network is stored in a variable called 'cellcycle'
print(cellcycle)

Run the code above in your browser using DataLab