print.monsterAnalysis: print.monsterAnalysis

Description Usage Arguments Value Examples

View source: R/AllGenerics.R

Description

summarizes the results of a MONSTER analysis

Usage

1
2
## S3 method for class 'monsterAnalysis'
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)

QuackenbushLab/MONSTER documentation built on Oct. 22, 2020, 8:07 a.m.