Skip to content
Prev 3592 / 21312 Next

[Bioc-devel] SummarizedExperiments

On 09/04/2012 07:02 PM, Tim Triche, Jr. wrote:
I think either the sizes are misleading (missing the content of the 
environment that the reference classes contain, probably 
LAML.RNAseq.updated at assays$data has size 38666528 - 6101488) or the data 
has not been updated correctly :\. Nonetheless manipulation of 
especially non-assay but also assay data should be faster.

I added a brief section (1.9.60) to ?SummarizedExperiment describing 
what was done. Also, I tried (w/out actually testing...) to add support 
for Matrix instances.

As a miscellaneous 'tip', when working with large data I find it useful 
to start R with --min-vsize=2048M --min-nsize=20M. These are documented 
in RShowDoc("R-intro") as 'for expert use only' and influence how much 
memory R allocates for vectors ('vsize'; vsize can be very large) and 
for S-expressions ('nsize' 50000000) and help get up to large memory 
allocations without innumerable garbage collections. Of course having 
big memory is of primary importance.

Martin