1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
\name{print.BooleanNetwork}
\Rdversion{1.1}
\alias{print.BooleanNetwork}
\title{
Print a Boolean network
}
\description{
A specialized method to print an object of class \code{BooleanNetwork}. This prints the transition functions of all genes. If genes are knocked-out or over-expressed, these genes are listed below the functions.
}
\usage{
\method{print}{BooleanNetwork}(x, ...)
}
\arguments{
\item{x}{
An object of class \code{BooleanNetwork} to be printed
}
\item{\dots}{
Further parameters for the \code{\link{print}} method. Currently not used.
}
}
\value{
Invisibly returns the printed object
}
\seealso{
\code{\link{print}}, \code{\link{loadNetwork}}
}
|