plot.monsterAnalysis: plot.monsterAnalysis

Description Usage Arguments Value Examples

View source: R/AllGenerics.R

Description

plots the sum of squares of off diagonal mass (differential TF Involvement)

Usage

1
2
## S3 method for class 'monsterAnalysis'
plot(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

1
2
3
data(yeast)
monsterRes <- monster(yeast$exp.ko,c(rep(1,42),rep(0,49),rep(NA,15)),yeast$motif, nullPerms=10, numMaxCores=4)
plot(monsterRes)

QuackenbushLab/MONSTER documentation built on Oct. 22, 2020, 8:07 a.m.