print.ProbabilisticBooleanNetwork {BoolNet}R Documentation

Print a probabilistic Boolean network

Description

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.

Usage

## S3 method for class 'ProbabilisticBooleanNetwork'
print(x, ...)
                               
## S3 method for class 'BooleanNetworkCollection'
print(x, ...)

Arguments

x

An object of class ProbabilisticBooleanNetwork or BooleanNetworkCollection to be printed

...

Further parameters for the print method. Currently not used.

Value

Invisibly returns the printed object

See Also

print, reconstructNetwork, loadNetwork


[Package BoolNet version 2.1.9 Index]