Description Usage Arguments Value Examples
View source: R/MultiGSEAResult-methods.R
You might want a matrix of pvalues (or FDRs) for the gene sets across all GSEA methods you tried. I think I did, once, so here it is.
1 2 3 4 5 | p.matrix(
x,
names = resultNames(x),
pcol = c("padj", "padj.by.collection", "pval")
)
|
x |
A |
names |
the entries from |
pval |
Are we testing pvalues or adjusted pvalues? |
A matrix of the desired pvalues for all genesets
1 2 3 4 5 | # vm <- exampleExpressionSet(do.voom=TRUE)
# gdb <- exampleGeneSetDb()
# mg <- multiGSEA(gdb, vm, vm$design, 'tumor', methods=c('cameraPR'))
mg <- exampleMultiGSEAResult()
pm <- p.matrix(mg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.