Learn R Programming

viper (version 1.6.0)

bootstrapmsviper: msviper bootstraps integration

Description

This function integrates the bootstrap msviper results

Usage

bootstrapmsviper(mobj, method = c("mean", "median", "mode"))

Arguments

mobj
msviper object
method
Character string indicating the method to use, either mean, median or mode

Value

msviper object

See Also

msviper

Examples

Run this code
data(bcellViper, package="bcellViper")
sig <- bootstrapTtest(dset, "description", c("CB", "CC"), "N")
mra <- msviper(sig, regulon)
plot(mra, cex=.7)

Run the code above in your browser using DataLab