houtSel {affycoretools} | R Documentation |
These functions are internal functions for hyperGoutput
and are
not intended to be called directly by the end user.
houtSel(tab, fit, comp, statistics, html, text) houtAll(tab, eset, fit, comp, statistics, html, text) houtSplit(tab, eset, fit, comp, statistics, html, text)
tab |
A data.frame , resulting from a call to
probeSetSummary |
fit |
An MArrayLM object, resulting from a
call to eBayes |
comp |
Numeric vector of length one, designating which comparison
to select from the MArrayLM object |
statistics |
Any or all of 'tstat', 'pval', 'FC', used to control
the output of statistics from the MArrayLM object |
html |
Boolean. Output HTML tables? Defaults to TRUE |
text |
Boolean. Output text tables? Defaults to TRUE |
These functions control the output and ordering of the probesets for
the hyperGoutput
function.
Nothing is returned. These functions are called solely for their side effect, the output of HTML and/or text tables.
James W. MacDonald <jmacdon@med.umich.edu>