Methods defined for S4 class Eoutput.
show(object)
zscore(x)
pvalue(x)
adjp(x)
view(x, top_num = 5, sortBy = c("pvalue", "adjp", "zscore", "nAnno", "nOverlap",
"none"), decreasing = NULL, details = T)
write(x, file = "Eoutput.txt", verbose = T)
Eoutput. Usually this is an
output from dcEnrichmentEoutput. Usually this is an
output from dcEnrichmentview(x) returns a data frame with following components:
term_id: term ID
nAnno: number in domains annotated by a term
nGroup: number in domains from the input group
nOverlap: number in overlaps
zscore: enrichment z-score
pvalue: p value
adjp: adjusted p value
term_name: term name
term_namespace: term namespace; optional, it is only
appended when "details" is true
term_distance: term distance; optional, it is only
appended when "details" is true
members: members (represented as domain IDs) in overlaps;
optional, it is only appended when "details" is true
write(x) also returns the same data frame as view(x), in addition to a specified local file.
Eoutput-class