cma.set.stat(cma.alter, cma.cov, cma.samp, GeneSets, ID2name=NULL,
Scores,
passenger.rates = t(data.frame(0.55*rep(1.0e-6,25))),
BH = TRUE,
gene.method = FALSE,
perm.null.method = TRUE,
perm.null.het.method = FALSE,
pass.null.method = FALSE,
pass.null.het.method = FALSE, score = "logLRT", verbose = TRUE)GeneAlterBreast for an example.
GeneCovBreast for an example.
GeneSampBreast for an example.
EntrezID2Name for an example.
cma.scores.
If the gene.method option is set
to FALSE, this parameter is not needed.
MutationsBrain objects.
TRUE, uses the Benjamini-Hochberg method to get q-values;
if set to FALSE, uses the Storey method from the
qvalue package.
TRUE, implements gene-oriented method.
TRUE, implements patient-oriented method
with permutation null and no heterogeneity.
TRUE, implements patient-oriented method
with permutation null and heterogeneity.
TRUE, implements patient-oriented method
with passenger null and no heterogeneity.
TRUE, implements patient-oriented method
with passenger null and heterogeneity.
cma.scores.
Specifies the gene-scoring mechanism used in the gene-oriented
method.
TRUE, prints intermediate messages.
Schaeffer EM, Marchionni L, Huang Z, Simons B, Blackman A, Yu W, Parmigiani G, Berman DM. Androgen-induced programs for prostate epithelial growth and invasion arise in embryogenesis and are reactivated in cancer. Oncogene. DOI: 10.1038/onc.2008.327
Thomas MA, Taub AE. Calculating binomial probabilities when the trial probabilities are unequal. Journal of Statistical Computation and Simulation. DOI: 10.1080/00949658208810534 Parsons DW, Jones S, Zhang X, Lin JCH, Leary RJ, Angenendt P, Mankoo P, Carter H, Siu I, et al. An Integrated Genomic Analysis of Human Glioblastoma Multiforme. Science. DOI: 10.1126/science.1164382
Wood LD, Parsons DW, Jones S, Lin J, Sjoeblom, Leary RJ, Shen D, Boca SM, Barber T, Ptak J, et al. The Genomic Landscapes of Human Breast and Colorectal Cancer. Science. DOI: 10.1126/science.1145720
GeneCov, GeneSamp, GeneAlter,
BackRates, cma.scores, cma.set.sim
library(KEGG.db)
data(ParsonsGBM08)
data(EntrezID2Name)
setIDs <- c("hsa00250", "hsa05213")
SetResults <- cma.set.stat(cma.alter = GeneAlterGBM,
cma.cov = GeneCovGBM,
cma.samp = GeneSampGBM,
GeneSets = KEGGPATHID2EXTID[setIDs],
ID2name = EntrezID2Name,
perm.null.method = TRUE,
pass.null.method = TRUE)
SetResults
Run the code above in your browser using DataLab