xEnrichViewer: Function to view enrichment results

Description Usage Arguments Value Note See Also Examples

View source: R/xEnrichViewer.r

Description

xEnrichViewer is supposed to view results of enrichment analysis.

Usage

1
2
3
4
5
6
7
8
xEnrichViewer(
eTerm,
top_num = 10,
sortBy = c("adjp", "fdr", "pvalue", "zscore", "fc", "nAnno",
"nOverlap", "or", "none"),
decreasing = NULL,
details = F
)

Arguments

eTerm

an object of class "eTerm"

top_num

the number of the top terms (sorted according to 'sortBy' below) will be viewed

sortBy

which statistics will be used for sorting and viewing gene sets (terms). It can be "adjp" or "fdr" for adjusted p value (FDR), "pvalue" for p value, "zscore" for enrichment z-score, "fc" for enrichment fold change, "nAnno" for the number of sets (terms), "nOverlap" for the number in overlaps, "or" for the odds ratio, and "none" for ordering according to ID of terms

decreasing

logical to indicate whether to sort in a decreasing order. If it is null, it would be true for "zscore", "nAnno" or "nOverlap"; otherwise it would be false

details

logical to indicate whether the detailed information of gene sets (terms) is also viewed. By default, it sets to false for no inclusion

Value

a data frame with following components:

Note

none

See Also

xEnricherGenes, xEnricherSNPs

Examples

1
2
3
4
## Not run: 
xEnrichViewer(eTerm)

## End(Not run)

XGR documentation built on Jan. 8, 2020, 5:06 p.m.

Related to xEnrichViewer in XGR...