Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
18 lines (15 sloc) 514 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods.R
\name{printBM}
\alias{printBM}
\title{Print Boolean Model}
\usage{
printBM(bmodel, gene.names = F)
}
\arguments{
\item{bmodel}{S4 BoolModel object.}
\item{gene.names}{logical. Specify whether to write rules in terms of genes or internal variables. Default to FALSE.}
}
\description{
This method converts the S4 BoolModel object back into a human-readable data frame, with two columns: (1) target genes, (2) Boolean rules.
}