writeBM: Write Boolean Model

Description Usage Arguments

Description

This method writes the S4 BoolModel object into a CSV file. This method is a wrapper for print.BoolModel. The output is a data frame, with two columns: (1) target genes, (2) Boolean rules.

Usage

1
writeBM(bmodel, file, gene.names = F, rownames = F)

Arguments

bmodel

S4 BoolModel object.

file

file name with path, or a file connection object.

gene.names

logical. Specify whether to write rules in terms of genes or internal variables. Default to FALSE.

rownames

logical. It specifies whether to write row names.


BTR documentation built on May 2, 2019, 12:21 p.m.