Changes

Using Bioconductor To Analyse Beadarray Data

6 bytes added, 17:39, 21 August 2009
m
no edit summary
<pre>samples = pData(BSData)$Sample_Group</pre>
*Otherwise define these groups manually in the order that they were entered (check by looking at pData(BSData)
<pre>samples = c("Control", "Control", "Treatment1", "Treatment1, "Treatment2"...)</pre>
*Next the groups are used to set up a statistical design:
<pre>