Skip to content
Prev 7010 / 21312 Next

[Bioc-devel] Importing classes into NAMESPACE

Hi Karolis,
On 02/25/2015 09:02 AM, Karolis Uziela wrote:
If you really don't do anything with the objects returned by the
GRanges(), Rle(), or IRanges() constructors, that is, you either return
them directly to the user or pass them as input to other functions (not
methods), and if you don't define yourself methods for these classes,
I think you can skip importing the classes. However, as Gabe pointed
out, the cherry-picking game is generally not worth it and will often
turn out to be counter-productive.

Cheers,
H.