Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/exploreGSAres.R
Explore GSA results interactively in a web browser using shiny
.
1 | exploreGSAres(gsaRes, browser = TRUE, geneAnnot = NULL, genesets)
|
gsaRes |
an object of class |
browser |
a logical, whether or not to open the Shiny app in a browser
window. Set to |
geneAnnot |
a |
genesets |
a character vector or list (named or un-named) of character vectors containing subsets of gene-set names that can be selected and displayed in the network plot. |
Additional gene-level information, e.g. alternative names or description,
can be supplied via the geneAnnot
argument. This information will
show up in the gene table and the gene summary tabs.
Does not return any object.
Leif Varemo piano.rpkg@gmail.com
piano, runGSA
, GSAheatmap
, networkPlot2
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.