bootstrapmsviper {viper} | R Documentation |
This function integrates the bootstrap msviper results
bootstrapmsviper(mobj, method = c("mean", "median", "mode"))
mobj |
msviper object |
method |
Character string indicating the method to use, either mean, median or mode |
msviper object
data(bcellViper, package="bcellViper") sig <- bootstrapTtest(dset, "description", c("CB", "CC"), "N") mra <- msviper(sig, regulon) plot(mra, cex=.7)