Skip to content
Prev 8571 / 21312 Next

[Bioc-devel] GenomicFeatures::extractTranscriptSeqs setMethod suggestion

Hi Jo,

In GenomicFeatures 1.23.18 I've modified the default
"extractTranscriptSeqs" method so it can be called with additional
arguments when the 2nd argument in not a GRangesList object. These
additional arguments then get passed to the internal call to exonsBy().
With this change, the user should be able to use extractTranscriptSeqs()
on an EnsDb object and specify any additional argument that is
accepted by the "exonsBy" method for EnsDb objects.

Let me know if you run into problems with this.

Cheers,
H.
On 01/18/2016 06:46 AM, Rainer Johannes wrote: