Usage
runHyperGO(list, pack.annot, categorySize = 1, verbose = TRUE,
name = "hyperGO", htmlreport = TRUE, txtreport = TRUE,
tabResult = FALSE, pvalue = 0.05)
Arguments
list
vector of character with probeset names
pack.annot
annotation package to use
categorySize
integer, minimum size for category, by default = 1
verbose
logical, if TRUE, results are displayed, by default TRUE
name
character, name for output files, by default "hyperGO"
htmlreport
logical, if TRUE, a html report is created, by default TRUE
txtreport
logical, if TRUE, a txt report is created, by default TRUE
tabResult
logical, if TRUE, a list with the results is created, by default FALSE
pvalue
numeric, a cutoff for the hypergeometric test pvalue, by default 0.05