Skip to content
Prev 1929 / 21307 Next

[Bioc-devel] Memory limits for individual objects

GGtools uses snpMatrix snp.matrix instances extensively.  A list of
chromosome-specific
snp.matrices is used.  You might be able decompose the data in various
ways to keep very
large quantities of genotype data in an object without having a single
entity with more than
2e9 elements?  on a machine with adequate ram, list(integer(2e9),
integer(2e9)) can be constructed.
On Wed, Jul 29, 2009 at 8:06 AM, Martin Morgan<mtmorgan at fhcrc.org> wrote: