Learn R Programming

BoolNet (version 2.1.8)

print.ProbabilisticBooleanNetwork: 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 ProbabilisticBooleanNetwork
print(x, ...)
                               
# S3 method for BooleanNetworkCollection
print(x, ...)

Value

Invisibly returns the printed object

Arguments

x

An object of class ProbabilisticBooleanNetwork or BooleanNetworkCollection to be printed

...

Further parameters for the print method. Currently not used.

See Also

print, reconstructNetwork, loadNetwork