dEnricherView: Function to view enrichment results of dEnricher

Description Usage Arguments Value Note See Also Examples

View source: R/dEnricherView.r

Description

dEnricherView is supposed to view results of enrichment analysis by dEnricher.

Usage

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

Arguments

eTerm

an object of class "eTerm"

top_num

the maximum number of gene sets (terms) will be viewed

sortBy

which statistics will be used for sorting and viewing gene sets (terms). It can be "adjp" for adjusted p value, "pvalue" for p value, "zscore" for enrichment z-score, "nAnno" for the number of sets (terms), "nOverlap" for the number in overlaps, and "none" for ordering according to ID of gene sets (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

dEnricher

Examples

1
#dEnricherView(eTerm, top_num=10, sortBy="adjp", decreasing=FALSE, details=TRUE)

dnet documentation built on Feb. 20, 2020, 3:01 p.m.

Related to dEnricherView in dnet...