Skip to content
Prev 1051 / 21312 Next

[Bioc-devel] RFC: xy2i and i2xy in *cdf packages

On Apr 11, 2007, at 11:55 AM, Seth Falcon wrote:

            
I would not do this. A major use of the cdf environment is to do what  
is essentially an apply over get(NAME, hgu95avcdf). I would envision  
that the addition of introducing a new "virtual" probeset would break  
a lot of existing code. I know I have quite a bit of existing code  
that would break if I needed to do something like "do this for all  
probesets, but start by removing one which is special".

What about just putting in a new data object in the CDF package, perhaps
   hgu95av2dim
This could be a vector or a list with nrow/ncol components.

Or perhaps to hint at other meta data (why not add stuff like species  
name and so on), and use
   hgu95av2chipmetadata
Then we could always subsequently add species names, etc.

To add complete confusion I would like to point out that from a  
certain perspective, metadata for the chip should not really be put  
into the CDF package. We already have several CDF packages for a  
given Affy chip, but the metadata is really consistent across these  
packages. A better place would be the probe packages since that info  
is supposed to be probeset-definition independent. Of course, using  
the probe package would be a major change, so I am not sure it is a  
practical solution (also, I believe some chips do not have a probe  
package).

Kasper