Skip to content
Prev 1578 / 21312 Next

[Bioc-devel] rbind for ExpressionSet objects?

2008/5/6 Gordon K Smyth <smyth at wehi.edu.au>:
There are always several to skin a cat, but the data structure
proposed for microarray
data start being rather handy and save one the trouble of reinventing the wheel
(and I can tell you that I am of the picky kind).
It can probably do a lot of what you need, and take care of the
bookkeeping for you.
For example, the slot featureData can accommodate repeated names in
one of its columns
if you have any need to that.
About not having unique sample names, I can tell you that *are*
implicitly having them:
the position of each column in a matrix is a way to identify your
data. Making whatever
you have unique is only a matter of using a sequence of integers for example.

Hoping this helps,


L.