plots the sum of squares of off diagonal mass (differential TF Involvement)
Usage
monsterPlotMonsterAnalysis(x, ...)
Arguments
- x
an object of class "monsterAnalysis"
- ...
further arguments passed to or from other methods.
Value
Plot of the dTFI for each TF against null distribution
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))
#monsterRes <- monster(yeast$exp.cc, design,
#yeast$motif, nullPerms=10, numMaxCores=1)
#monsterPlotMonsterAnalysis(monsterRes)