monsterCalculateTmPValues | R Documentation |
This function calculates the significance of an observed transition matrix given a set of null transition matrices
monsterCalculateTmPValues(monsterObj, method = "z-score")
monsterObj |
monsterAnalysis Object |
method |
one of 'z-score' or 'non-parametric' |
vector of p-values for each transcription factor
# data(yeast)
# design <- c(rep(0,20),rep(NA,10),rep(1,20))
# yeast$exp.cc[is.na(yeast$exp.cc)] <- mean(as.matrix(yeast$exp.cc),na.rm=TRUE)
# monsterRes <- monster(yeast$exp.cc, design, yeast$motif, nullPerms=100, numMaxCores=4)
data(monsterRes)
monsterCalculateTmPValues(monsterRes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.