driver to run GoMiner under several randomization procedures
runGoMinerExamples(
title = NULL,
dir,
sampleList,
GOGOA3,
ontology,
enrichThresh = 2,
countThresh = 5,
pvalThresh = 0.1,
fdrThresh = 0.1,
nrand = 2,
mn = 2,
mx = 200,
verbose = 1
)
returns a list containing the return value of GoMiner()
character string descriptive title
character string full pathname to the directory acting result repository
character list of gene names
return value of subsetGOGOA()
character string c("molecular_function", "cellular_component", "biological_process")
numerical acceptance threshold for enrichment
numerical acceptance threshold for gene count
numerical acceptance threshold for pval
numerical acceptance threshold for fdr
numeric number of randomizations to compute FDR
integer param passed to trimGOGOA3, min size threshold for a category
integer param passed to trimGOGOA3, max size threshold for a category
integer vector representing classes