Skip to content
Prev 1898 / 21312 Next

[Bioc-devel] BioC 2.5: Added scanDates slot to Biobase's eSetclass

Hi Jim, Laurent, Kasper, Henrik --

Quoting James MacDonald <jmacdon at med.umich.edu>:
For the second iteration  of these ideas, we are aiming for a slot,  
say arrayData, that addresses Jim's point, i.e., data about arrays and  
not phenotypes. Our current vision is for an abstract base class  
ArrayData, and initially a derived class with slot scanDate (it's  
difficult to know how literally to interpret this, as Henrik points  
out; we really don't want to have reserved column names in an  
AnnotatedDataFrame, no matter how mangled) and a slot for  
AnnotatedDataFrame for less structured data. There would be the  
expected subset and accessor functionalities.

As Laurent points out, we're taking a bit of a step down a slippery  
slope of additional complexity; we know we want to keep the data as  
simple as possible. The motivation for 'promoting' scanDate to a full  
slot rather than name-mangled column in an ADF is that we think that  
we can reliably (again, modulo Henrik's observation) incorporate this  
at an early stage from the main platforms that end up at ExpressionSet  
and friends.


Martin