Skip to content
Prev 561 / 21307 Next

[Bioc-devel] eSet class and two color arrays

Hi,
Wolfgang Huber wrote:
Why not a list of eSets? Why do you want to put these together in this 
way?
We decided not to deal with preprocessed data (I think). And that 
eSet corresponds to expression, not raw data. So when you get here, you 
do not have red or green channels, you have expression (relative?) not 
raw data. Packages like limma, marray etc, I believe have their own 
internal formats for the raw (two channel data) and the goal of the eSet 
classes in Biobase is to provide a uniform data structure for downstream 
analysis. While one can see obvious similarities; one channel data also 
has different, but similar, structures for preprocessed data than 
processed data -- there too we decided not to get involved at the 
preprocessing stage -- eSet and friends are for post-processed data so 
that it can be treated uniformly by tools for differential expression, 
machine learning etc.

  If a special preprocessed data class is wanted, then I think it would 
be better to define it on its own and not try to leverage the eSet class 
into double duty.

  Now, you might want to use, phenoData, AssayData and other building 
blocks in Biobase, to construct the classes you describe, just not eSet, 
it has a role in life.


   best wishes
     Robert