Learn R Programming

BTR (version 1.2.4)

printBM: Print Boolean Model

Description

This method converts the S4 BoolModel object back into a human-readable data frame, with two columns: (1) target genes, (2) Boolean rules.

Usage

printBM(bmodel, gene.names = F)

Arguments

bmodel
S4 BoolModel object.
gene.names
logical. Specify whether to write rules in terms of genes or internal variables. Default to FALSE.