print.BooleanNetwork {BoolNet} | R Documentation |
Print a Boolean network
Description
A specialized method to print an object of class 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
## S3 method for class 'BooleanNetwork'
print(x, ...)
Arguments
x |
An object of class |
... |
Further parameters for the |
Value
Invisibly returns the printed object
See Also
[Package BoolNet version 2.1.9 Index]