summaryHTMLTable.sparrow | R Documentation |
tabuleResults
The table produced here is broken into two sections (left and right). The left provides meta information about the geneset collections tested, ie. their names and number of genesets the contain. The right contains columns of results
summaryHTMLTable.sparrow(x, names = sparrow::resultNames(x), max.p, p.col)
x |
A |
names |
the names of the GSEA methods to be reported. By default, this function will display results for all methods. |
max.p |
The maximum padj value to consider a result significant |
p.col |
use padj or padj.by.collection? |
a tagList
version of an HTML table for use in a shiny app
sr <- sparrow::exampleSparrowResult()
summaryHTMLTable.sparrow(sr, max.p = 0.10, p.col = "padj")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.