Skip to content
Prev 167 / 21312 Next

[Bioc-devel] strange behavior on memory usage

i agree with you that the utility of eSet has to be compared
to simple matrices, and should not be too far behind (some loss
is permissible given the added value).  i have not had the chance
to do such comparisons but eSet has been rewritten and committed
just last night.  i have only rewritten it a priori, no profiling
yet.  i am trying to get some time to do some experiments but
have none yet.
i only preserved getExpData as legacy, it is deprecated.
we now have assayData accessor which returns whatever
is provided (list or environment) and exprs() which takes
the named element of the assayData with name "exprs"
this should only be called if someone actually wants the
assayData; if you are just describing the thing, use managed metadata.

now if we see that these accessors are painful to use, then i agree
i have to write some other code.  i just have no data.