Using Bioconductor To Analyse Beadarray Data: Difference between revisions

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


==Annotation of Expression Sets and Fitted Data==
==Annotation of Expression Sets and Fitted Data==