[Bioc-devel] IRanges: 'extractROWS' fails for 'RangedData'

Julian Gehring julian.gehring at embl.de
Mon Sep 16 10:21:08 CEST 2013


Hi,

It seems the issue has been resolved with the latest bioc build.

Best wishes
Julian


On 09/15/2013 04:01 PM, Julian Gehring wrote:
> Hi,
>
> calling 'head' or 'tail' on a 'RangedData' objects fail with the lastest
> builds (R: 2013-09-14 r63932, IRanges: 1.19.35).  The cause seems to be
> that there is no 'extractROWS' method that can be found for the
> signature 'RangedData'.  As an example, see:
>
> '''
> library(IRanges)
>
> ## generate the data
> ranges <- IRanges(c(1,2,3),c(4,5,6))
> rd = RangedData(ranges)
>
> ## this fails
> head(rd)
> '''
>
> The last command returns: Error in (function (classes, fdef, mtable)  :
> unable to find an inherited method for function ‘extractROWS’ for
> signature ‘"RangedData"’
>
> Best wishes
> Julian
>
> _______________________________________________
> Bioc-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel



More information about the Bioc-devel mailing list