dGSEAview
is supposed to view results of gene set enrichment
analysis but for a specific sample.
dGSEAview(eTerm, which_sample = 1, top_num = 10, sortBy = c("adjp", "gadjp", "ES", "nES", "pvalue", "FWER", "FDR", "qvalue", "none"), decreasing = NULL, details = F)
a data frame with following components:
setID
: term ID
ES
: enrichment score
nES
: normalised enrichment score
pvalue
: nominal p value
adjp
: adjusted p value
gadjp
: globally adjusted p value
FDR
: false discovery rate
qvalue
: q value
setSize
: the number of genes in the set; optional, it is
only appended when "details" is true
name
: term name; optional, it is only appended when
"details" is true
namespace
: term namespace; optional, it is only appended
when "details" is true
distance
: term distance; optional, it is only appended
when "details" is true
none
#dGSEAview(eTerm, which_sample=1, top_num=10, sortBy="adjp", decreasing=FALSE, details=TRUE)