Using Bioconductor To Analyse Beadarray Data: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 48: | Line 48: | ||
<pre>samples = pData(BSData)$Sample_Group</pre> | <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) | *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>samples = c("Control", "Control", "Treatment1", "Treatment1, "Treatment2"...)</pre> | ||
*Next the groups are used to set up a statistical design: | *Next the groups are used to set up a statistical design: | ||
<pre> | <pre> | ||