monsterPlotMonsterAnalysis | R Documentation |
plots the sum of squares of off diagonal mass (differential TF Involvement)
monsterPlotMonsterAnalysis(x, ...)
x |
an object of class "monsterAnalysis" |
... |
further arguments passed to or from other methods. |
Plot of the dTFI for each TF against null distribution
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.