Description Usage Arguments Value Examples
This modified Gene Set Enrichment Analysis (GSEA) of GO terms supports gene test sets with large numbers of zeros.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
geneList |
named numeric vector with gene SYMBOLs in the name slot decreasingly ranked by scores in the data slot. |
ont |
one of "BP", "MF", "CC" or "ALL" |
OrgDb |
OrgDb, e.g., "org.Hs.eg.db". |
keyType |
keytype of gene |
exponent |
weight of each step |
nproc |
if not equal to zero, sets |
nPerm |
permutation numbers |
minGSSize |
integer, minimum size of each gene set in annotation system |
maxGSSize |
integer, maximum size of each gene set in annotation system |
pvalueCutoff |
pvalue cutoff |
pAdjustMethod |
pvalue adjustment method |
verbose |
print message or not |
feaResult object
1 2 3 4 | data(targetList)
# gsego <- gseGO2(geneList=targetList, ont="MF", OrgDb="org.Hs.eg.db",
# pvalueCutoff=1)
# head(gsego)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.