monsterPrintMonsterAnalysis: monsterPrintMonsterAnalysis

View source: R/MONSTER.R

monsterPrintMonsterAnalysisR Documentation

monsterPrintMonsterAnalysis

Description

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)

netZoo/netZooR documentation built on June 8, 2024, 6:20 a.m.