A specialized method to print an object of class ProbabilisticBooleanNetwork
. For backward compatibility, this method also prints objects of class BooleanNetworkCollection
, which have been replaced by ProbabilisticBooleanNetwork
.
This prints all alternative transition functions and their probabilities. If the network is the result of a reconstruction from time series measurements, it also outputs the error the functions make on the time series. If genes are knocked-out or over-expressed, these genes are listed below the functions.
# S3 method for ProbabilisticBooleanNetwork
print(x, ...)
# S3 method for BooleanNetworkCollection
print(x, ...)
Invisibly returns the printed object
An object of class ProbabilisticBooleanNetwork
or BooleanNetworkCollection
to be printed
Further parameters for the print
method. Currently not used.
print
, reconstructNetwork
, loadNetwork