Skip to content
Prev 562 / 21312 Next

[Bioc-devel] eSet class and two color arrays

Wolfgang Huber <huber at ebi.ac.uk> writes:
Got it.
Here's my mental model (please help me improve it ;-):

   You have a collection of samples and for each sample you have a
   foreground and a background measurement each in two different
   colors (say red and green for discussion).

   So would think you'd want an assayData slot containing four
   matrices:
       
       Rb  Red background
       Rf  Red foreground
       Gb  Green background
       Gf  Green foreground

   Each matrix has dim genes (rows) by samples (coloumns).  A column
   in any of these matrices refers to the same biological sample and
   corresponds to a single row in phenoData.

I'm guessing the above described structure is not sufficient, but
I don't yet understand why.
Or what "it" is :-)

Best,

+ seth