powered by
cellSig(object, method = c("stable", "ksd", "kmsd"), th = NULL, thPval = 0.05, digits = 3, adjust.method = p.adjust.methods, plot = TRUE, outpath = getOption("opm.outpath"), ...) "cellSig"(object, method = c("stable", "ksd", "kmsd"), th = NULL, thPval = 0.05, digits = 3, adjust.method = p.adjust.methods, plot = TRUE, outpath = getOption("opm.outpath"), ...)
cellData
Sig
data(demoCell) op <- options("device") options("device" = "png") oneCell <- cellSig(oneCell, method = "stable", th = c(0.05, 0.05), outpath = tempdir()) options(op) names(oneCell["Sig"])
Run the code above in your browser using DataLab