Re: [Bioc-devel] flank function with start argument a named vector

2014-03-28 Thread Michael Lawrence
Fixed in 1.21.38. On Fri, Mar 28, 2014 at 9:15 AM, Leonard Goldstein < goldstein.leon...@gene.com> wrote: > Dear Bioc developers, > > I ran into problems when using the flank function with the start > argument set to a named vector. > > This returns an IRanges with named starts and ends, which c

[Bioc-devel] flank function with start argument a named vector

2014-03-28 Thread Leonard Goldstein
Dear Bioc developers, I ran into problems when using the flank function with the start argument set to a named vector. This returns an IRanges with named starts and ends, which causes problems downstream. Please see example below. Thanks for your help Leonard > ir <- IRanges(1, 1) > fl <- fla