Skip to content
Prev 31624 / 63424 Next

S4 helper functions: regular or generic?

Dear Martin,


Thanks a lot for your help, apologies for this very late reply. I
decided to go with your suggestion, write a regular function. I guess
this avoids doing

obj <- as(foo(as(obj, 'Base')), 'Derived')

and then repopulating the extra slots of of the 'Derived' class.


Regards,
gopi.
On Wed, Feb 25, 2009 at 9:36 AM, Martin Morgan <mtmorgan at fhcrc.org> wrote: