| doEnrichment | R Documentation | 
doEnrichment This internal function is called by
hypergeoAn and runs hypergeometric tests through
function hyperGTest to associate the contributing
genes of a component to gene sets.
  doEnrichment(compSel, chip, onto, hgCutoff, cond,
    universe, path, db, pack.annot.EID, Slist, it, cutoff,
    entrez2symbol)
compSel | 
 A list containing three elements 
  | 
chip | 
 The annotation package  | 
onto | 
 A string specifying the GO ontology to use.
Must be one of 'BP', 'CC', or 'MF', see
  | 
hgCutoff | 
 The p-value threshold  | 
cond | 
 A logical indicating whether the calculation
should conditioned on the GO structure, see
  | 
universe | 
 The universe for the hypergeometric
tests, see
  | 
path | 
 The path where results will be saved  | 
db | 
 The used database to use ('GO' or 'KEGG')  | 
pack.annot.EID | 
 The name of the environment of the annotation package containing the annotation for Entrez Gene.  | 
Slist | 
 The list of gene projections across all components  | 
it | 
 The index of the component  | 
cutoff | 
 The threshold applied on the gene projections, used to select the contributing genes  | 
entrez2symbol | 
 A vector of all gene Symbols
involved in the analysis indexed by their Entrez Gene
IDs. It is only used when   | 
Object of class GOHyperGResult-class
Anne Biton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.