readBND: Read network from BND file

View source: R/readRules.R

readBNDR Documentation

Read network from BND file

Description

BND is a file format used by MaBoSS to store the boolean network definition. The reader works if the logic for the activation of the node is stated withing the parameter 'logic' of the node. An example file can be found in 'https://maboss.curie.fr/pub/example.bnd'.

Usage

readBND(filename)

Arguments

filename

BND file.

Value

CellNOpt network

Author(s)

Luis Tobalina

Examples

## Not run: 
model = readBND("https://maboss.curie.fr/pub/example.bnd")

## End(Not run)


saezlab/CellNOptR documentation built on April 16, 2024, 5:21 a.m.