Skip to content
Prev 864 / 21312 Next

[Bioc-devel] eSet questions

Hi,
Vincent Carey 525-2265 wrote:
Oops; sorry about that
That's what I thought; thanks for the confirmation.
[[SNIP]]
AssayData is fine, since it's just a class union of list or environment. 
  The conflict really is (I think) with the validity function for an eSet.
Unfortunately, that was my conclusion as well.
That is basically what the "ArrayCube" I semi-described above tries to do.
I think it might be possible (if I get an ArrayCube actually working) to 
make it a "superclass" of eSet. So in a sense, I think I'm trying to 
convince people that this more general class is where a lot of the basic 
functionality should live, and then an eSet and an RPPA class could both 
be derived from it.

I've been ignoring most of the things I'm supposed to be doing this 
morning and trying to write code to import a MINiML formatted data set 
into R as an ArrayCube. That seems to be off to a promising start, since 
the format maps pretty directly into the tentative class design.
Thanks for your input,
	Kevin