Re: [Bioc-devel] upgrade instructions at http://bioconductor.org/install/

2013-10-25 Thread Martin Morgan
On 10/24/2013 06:51 AM, Levi Waldron wrote: I just noticed that there is no mention on http://bioconductor.org/install/of how to upgrade from the previous Bioconductor. I think it would be helpful to advise that it can be done with biocLite("BiocUpgrade"). Thanks Levi, the instructions have be

Re: [Bioc-devel] Subsetting an RleList object

2013-10-25 Thread Thomas Sandmann
Sorry, forgot that attachments don't make it through. Here's how to generate the example objects and reproduce the error: library(IRanges) keep_ranges <- IRangesList( IRanges( start=20, end=108), IRanges( start=41, end=131), IRanges( start=21, end=105)) return_rles <- RleList( Rle(values=TRUE,leng

[Bioc-devel] Subsetting an RleList object

2013-10-25 Thread Thomas Sandmann
Dear BioC developers, I am trying to subset an RleList with an IRangesList (see attached rdata object). Unfortunately, the following line fails with IRanges 1.20.0: return_rles[keep_ranges] <- TRUE Error in subsetListByList_replace(x, i, value) : cannot subscript an unnamed list-like object by