print.BooleanNetwork function

Print a Boolean network

Print a Boolean network

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. 1.1

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

Arguments

  • x: An object of class BooleanNetwork to be printed
  • ...: Further parameters for the print method. Currently not used.

Returns

Invisibly returns the printed object

See Also

print, loadNetwork

  • Maintainer: Hans A. Kestler
  • License: Artistic-2.0
  • Last published: 2023-10-02

Useful links