Description Usage Arguments Value Examples
View source: R/analysis_functions.R
This function plots the Off diagonal mass of an observed Transition Matrix compared to a set of null TMs
1 |
monsterObj |
monsterAnalysis Object |
rescale |
logical indicating whether to reorder transcription factors according to their statistical significance and to rescale the values observed to be standardized by the null distribution |
plot.title |
String specifying the plot title |
highlight.tfs |
vector specifying a set of transcription factors to highlight in the plot |
ggplot2 object for transition matrix comparing observed distribution to that estimated under the null
1 2 3 4 5 | # data(yeast)
# design <- c(rep(0,20),rep(NA,10),rep(1,20))
# monsterRes <- monster(yeast$exp.cc, design, yeast$motif, nullPerms=100, numMaxCores=4)#'
data(monsterRes)
dTFIPlot(monsterRes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.