915
edits
Changes
m
**#One option is to use the decideTests function:
no edit summary
===Generating a Venn Diagram for Differential Expression===
*First define a cutoff criteria for inclusion.
<pre>results = decideTests(ebFit, method="global")</pre>
*The relevant options are for method and adjust.method
***default is "BH" for Benjami and Hochberg
***other options are "none", "fdr" (same as BH), "holm" and "BY"
#
==Annotation of Expression Sets and Fitted Data==