Learn R Programming

BTR (version 1.2.4)

outgenysis_model: Output a Boolean Model into Genysis readable format

Description

This function outputs a Boolean Model in a format that is readable by Genysis. Return invisibly the formatted vector.

Usage

outgenysis_model(bmodel, path = getwd(), file = NULL)

Arguments

bmodel
S4 BoolModel object.
path
character. Specify path (AND NOT file name). Default to current working directory, i.e. getwd(). Set to NULL to disable file output.
file
character. Specify file name. Default to NULL for default file names.