Skip to content
Prev 906 / 21312 Next

[Bioc-devel] Passing variable argument list to ExpressionSet

Sean Davis <sdavis2 at mail.nih.gov> writes:
One comment here:

  It is better to create new environments as:

       x <- new.env(hash=TRUE, parent=emptyenv())

   When using an environment as a hashtable, you really do not want
   any inheritance (hence the emptyenv() as parent).  For small
   environments with fewer than 50 (made up number) elements, the
   default hash=FALSE is probably fine.


+ seth