monsterPrintMonsterAnalysis | R Documentation |
summarizes the results of a MONSTER analysis
monsterPrintMonsterAnalysis(x, ...)
x |
an object of class "monster" |
... |
further arguments passed to or from other methods. |
Description of transition matrices in object
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.