Hi Herve& Michael:
2011/11/4 Michael Lawrence<lawrence.michael at gene.com>:
2011/11/4 Herv? Pag?s<hpages at fhcrc.org>
Hi Steve,
On 11-11-04 02:02 PM, Steve Lianoglou wrote:
Hi all,
It looks like the `genome` generic function from rtracklayer has moved
to GenomicRanges in the 2.9 release train, and subsequently lost its
`...` param.
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.
I guess we share different opinions of what "awkward" means :-)
Going backwards: is it possible to have `...` in a setter anyway? I
mean, I guess I don't see where `...` would go in:
something(object)<- 'something'