View source: R/print.ProbabilisticBooleanNetwork.R
| print.ProbabilisticBooleanNetwork | R Documentation |
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 class 'ProbabilisticBooleanNetwork'
print(x, ...)
## S3 method for class 'BooleanNetworkCollection'
print(x, ...)
x |
An object of class |
... |
Further parameters for the |
Invisibly returns the printed object
print, reconstructNetwork, loadNetwork
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.