msviperClass: msVIPER class

Description Usage Arguments Value Examples

Description

This function generates an instance of the msviper class from a signature, NES signature and regulon object

Usage

1
msviperClass(nes, signature, regulon, nullmodel = NULL)

Arguments

nes

Numeric vector of NES values

signature

Numeric vector of gene expression signature

regulon

Instance of class regulon

nullmodel

Optional matrix containing the signatures for the null model

Value

msviper class object

Examples

1
2
3
4
5
6
data(bcellViper, package="bcellViper")
sig <- rowTtest(dset, "description", c("CB", "CC"), "N")$statistic
mra <- msviper(sig, regulon)
mra1 <- msviperClass(mra$es$nes, sig, regulon)
summary(mra1)
plot(mra1)

chrischen1/viper_copy documentation built on May 13, 2019, 6:52 p.m.