\name{combine.sims} \alias{combine.sims} %- Also NEED an '\alias' for EACH other topic documented here. \title{ Combines two SetMethodSims objects. } \description{ This function is used to combine two \code{SetMethodSims} objects, which have the results from simulated datasets, provided that the values for \code{pass.null, perc.samples,} and \code{spiked.set.sizes} match up when the objects are generated with the \code{sim.data.p.values} function. } \usage{ combine.sims(obj1, obj2) } %- maybe also 'usage' for other objects documented here. \arguments{ \item{obj1}{ Object of the class \code{SetMethodsSims}. } \item{obj2}{ Object of the class \code{SetMethodsSims}. } } \value{ An object of the class \code{SetMethodsSims}. See \code{SetMethodsSims} for more details. } \references{ Boca S.M., Kinzler K., Velculescu V.E., Vogelstein B., Parmigiani G. Patient-oriented gene-set analysis for cancer mutation data. \emph{Submitted}, 2010. } \author{ Simina M. Boca, Giovanni Parmigiani. } \seealso{ \code{SetMethodsSims-class}, \code{sim.data.p.values} } \examples{ \dontrun{ ##Note that this takes a few minutes to run: library(KEGG.db) data(Parsons) data(ID2name) set.seed(831984) resultsSim <- sim.data.p.values(EventsBySample = EventsBySampleBrain, Mutations = MutationsBrain, GeneSizes = GeneSizes08, Coverage = CoverageBrain, GeneSets = KEGGPATHID2EXTID[c("hsa05213", "hsa05223", "hsa00250")], ID2name = ID2name, nr.iter = 2, pass.null = TRUE, perc.samples = c(75, 95), spiked.set.sizes = c(50), show.iter = TRUE, gene.method = FALSE, perm.null.method = TRUE, perm.null.het.method = FALSE, pass.null.method = TRUE, pass.null.het.method = FALSE) resultsSim extract.sims.method(resultsSim, resultsSim) } } % Add one or more standard keywords, see file 'KEYWORDS' in the % R documentation directory. \keyword{ ~kwd1 } \keyword{ ~kwd2 }% __ONLY ONE__ keyword per line