gseaScore | R Documentation |
One way to score GSEA results is to multiple the absolute value of log10 transformed p-values (nominal p-value, FDR, or FWER) with the sign of the enrichment scores. This score is intuitive since it combines statistical significance and the sign of regulation.
gseaScore(x, type = c("fdr", "p", "fwer"))
gseaScores(..., names = NULL, type = c("fdr", "p", "fwer"))
x |
An |
type |
Character string, the type of p-value used to calculate the score. |
... |
Objects of |
names |
Character strings, names given to the result score sets. See examples below. |
gseaScores
takes care of the situation where some gene sets are
missing in one or more conditions.
gseaScore
returns a double vector of scores with gene set
names.
gseaScores
returns a data frame of scores, with gene set names as row
names.
gseaScores()
: gseaScore applied to multiple objects
Jitao David Zhang <jitao_david.zhang@roche.com>
gseaNP
, gseaFDR
, gseaFWER
to get p-values.
parseGSEAdir
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.