Learn R Programming

viper (version 1.6.0)

ledge: Leading-edge analysis

Description

This function performs a Leading-Edge analysis on an object of class msviper

Usage

ledge(mobj)

Arguments

mobj
msviper class object

Value

msviper object updated with a ledge slot

See Also

msviper

Examples

Run this code
data(bcellViper, package="bcellViper")
sig <- rowTtest(dset, "description", "CB", "N")$statistic
mra <- msviper(sig, regulon)
mra <- ledge(mra)
summary(mra)

Run the code above in your browser using DataLab