"goana"(de, geneid = rownames(de), FDR = 0.05, species = "Hs", trend = FALSE, ...)
DGELRT
object.nrow(de)
or the name of the column of de$genes
containing the Entrez Gene IDs."Hs"
, "Mm"
, "Rn"
or "Dm"
.de$genes
containing the covariate values.
If TRUE
, then de$AveLogCPM
is used as the covariate.goana.default
."BP"
, "CC"
and "MF"
.If trend=FALSE
, the function computes one-sided hypergeometric tests equivalent to Fisher's exact test.
If trend=TRUE
or a covariate is supplied, then a trend is fitted to the differential expression results and the method of Young et al (2010) is used to adjust for this trend.
The adjusted test uses Wallenius' noncentral hypergeometric distribution.
goana
, topGO
## Not run:
#
# fit <- glmFit(y, design)
# lrt <- glmLRT(fit)
# go <- goana(lrt)
# topGO(go, ont="BP", sort = "up")
# topGO(go, ont="BP", sort = "down")
# ## End(Not run)
Run the code above in your browser using DataLab