Learn R Programming

BoolNet (version 2.1.9)

examplePBN: An artificial probabilistic Boolean network

Description

An artificial probabilistic Boolean network example introduced by Shmulevich et al.

Usage

data(examplePBN)

Arguments

Details

This artificial network is introduced by Shmulevich et al. for a step-by-step description of their Markov chain algorithm. It is included as a general example for a probabilistic Boolean network. The network consists of 3 genes, where gene 1 and gene 3 have two alternative transition functions, and gene 1 has a unique transition function.

Examples

Run this code
data(examplePBN)

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

Run the code above in your browser using DataLab