Skip to content
Prev 2957 / 21312 Next

[Bioc-devel] Making GenomicRanges::genome generic more generic ...

Hi Steve,
On 11-11-04 02:02 PM, Steve Lianoglou wrote:
I moved it, together with the `genome<-` generic, and dropped the `...`
arg from `genome` because (1) I couldn't find any method in BioC
that uses this arg, (2) `genome` (getter) and `genome<-` (setter)
are aimed to be accessors and it's unusual to have `...` in an
accessor, (3) it was a little bit ackward to have `...` in the getter
but not in the setter.
In devel? Sure. It's a perfect time to break things ;-) I'm not so sure
about release though. What other people think?
Not every generic is going to make it to BiocGenerics. Also a generic
function is not just a name, there are also some expectations about what
kind of operation its methods should do.

Cheers,
H.