Skip to contents

summarizes the results of a MONSTER analysis

Usage

monsterPrintMonsterAnalysis(x, ...)

Arguments

x

an object of class "monster"

...

further arguments passed to or from other methods.

Value

Description of transition matrices in object

Examples

data(yeast)
yeast$exp.cc[is.na(yeast$exp.cc)] <- mean(as.matrix(yeast$exp.cc),na.rm=TRUE)
design <- c(rep(1,25),rep(0,10),rep(NA,15))
#monster(yeast$exp.cc,design,yeast$motif, nullPerms=10, numMaxCores=1)