hyperGtable.
hyperG2annaffy(probids, lib, eset, fit = NULL, subset = NULL, comp = 1, type = "MF", pvalue = 0.05, min.count = 10)hgu95av2)ExpressionSetlmFit object. Only necessary if
statistics are desired in the resulting table. Defaults to NULL.NULLfit is not NULL. See
description for more information.hyperGtable. The basic idea is as follows; as part of an analysis,
say hyperGtable was used to create a table of 'enriched' GO terms.
Unfortunately, the table only lists GO terms and the number of probesets
that are annotated to those GO terms, and the client may be interested in
knowing what probesets are enriched for each (or some) GO term.The default behaviour is to output an HTML table for each GO term,
containing the probesets that are annotated at that term (and that are in
the set of significant genes). If only some of the GO terms are of interest,
one may use the subset argument to select only particular rows. In
addition, if the relevant t-statistics, p-values and fold changes are of
interest, one can also use the fit argument to point to an
lmFit object that contains these data, as well as the
comp argument to indicate which parameter or contrast to use. Note
that the comp argument defaults to 1, so the first parameter or
contrast will be extracted by default.