print.monster: print.panda

Description Usage Arguments Value Examples

Description

summarizes the results of a MONSTER analysis

Usage

1
2
## S3 method for class 'monster'
print(x, ...)

Arguments

x

an object of class "monster"

...

further arguments passed to or from other methods.

Value

Description of transition matrices in object

Examples

1
2
data(yeast)
monster(yeast$exp.ko,c(rep(1,42),rep(0,49),rep(NA,15)),yeast$motif, nullPerms=10, numMaxCores=4)

dschlauch/MONSTER documentation built on May 15, 2019, 2:57 p.m.