dEnricherView
is supposed to view results of enrichment analysis
by dEnricher
.
dEnricherView(eTerm, top_num = 10, sortBy = c("adjp", "pvalue", "zscore", "nAnno", "nOverlap", "none"), decreasing = NULL, details = F)
a data frame with following components:
setID
: term ID; as rownames
name
: term name
nAnno
: number in gene members annotated by a term
nOverlap
: number in overlaps
zscore
: enrichment z-score
pvalue
: nominal p value
adjp
: adjusted p value
namespace
: term namespace; optional, it is only appended
when "details" is true
distance
: term distance; optional, it is only appended
when "details" is true
members
: members (represented as Gene Symbols) in
overlaps; optional, it is only appended when "details" is true
none
#dEnricherView(eTerm, top_num=10, sortBy="adjp", decreasing=FALSE, details=TRUE)