bootstrapmsviper: msviper bootstraps integration

Description Usage Arguments Value See Also Examples

View source: R/msviper.r

Description

This function integrates the bootstrap msviper results

Usage

1
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

1
2
3
4
data(bcellViper, package="bcellViper")
sig <- bootstrapTtest(dset, "description", c("CB", "CC"), "N")
mra <- msviper(sig, regulon)
plot(mra, cex=.7)

viper documentation built on Nov. 8, 2020, 7:37 p.m.