Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/geneSetSummary.R
Returns a summary of the statistics and gene members of a given gene set in
a GSAres
object.
1 | geneSetSummary(gsaRes, geneSet)
|
gsaRes |
an object of class |
geneSet |
a character string giving the name of a gene-set. |
This function can be used to access information on specific gene sets of
interest. The same results are available for all gene sets using
GSAsummaryTable
.
A list with the elements name
, containing the gene-set name,
geneLevelStats
, containing the gene-level statistics of the member
genes, directions
, containing the directions of the member genes, and
stats
, a table of the gene set statistics and p-values.
Leif Varemo varemo@chalmers.se and Intawat Nookaew intawat@chalmers.se
piano, runGSA
,
GSAsummaryTable
1 2 3 4 5 6 7 8 9 10 11 12 | # Load example input data to GSA:
data("gsa_input")
# Load gene set collection:
gsc <- loadGSC(gsa_input$gsc)
# Run gene set analysis:
gsares <- runGSA(geneLevelStats=gsa_input$pvals , directions=gsa_input$directions,
gsc=gsc, nPerm=500)
# Get info on a specific gene set:
geneSetSummary(gsares,"s1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.