Skip to content
Prev 1900 / 21307 Next

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

To generalize this above the level of biology etc, some annotation
data maps naturally *along the dimension* of arrays, not to each cell,
e.g. rownames() and colnames() of a matrix.  One timestamp per array
is such an attribute.  On June 7, 2009 I sent the message '[Rd]
Suggestion: Dimension-sensitive attributes' to R-devel;

  http://tolstoy.newcastle.edu.au/R/e6/devel/09/06/2043.html

to suggest to have a generic dimattr(<obj>, <name>) "getter" and
"setter".  See example in that message.  Maybe such a design pattern
helps here too?

Also, the MAGE people should already have spent a lot of time thinking
and designing this kind of stuff.  Maybe something there?

/Henrik

On Thu, Jun 18, 2009 at 2:57 PM, Kevin R.
Coombes<krcoombes at mdacc.tmc.edu> wrote: