[Bioc-devel] [BioC] granges() method for GenomicRanges objects akin to ranges()...
That's exactly what I was after -- the generic is already defined, so why not use it? --t
On May 5, 2014, at 7:42 AM, Julian Gehring <julian.gehring at embl.de> wrote: Hi,
On 05.05.2014 16:22, Martin Morgan wrote: generalize as setMcols, like setNames? setMcols(x, NULL)
How about Tim's original suggestion, to add a 'granges' method that works on a 'GRanges' input? The current definition granges(x, use.mcols=FALSE, ...) seem suited for this. Best wishes Julian