Dear All, I ran into the following change in behaviour between the 3.3 and 3.4 Bioconductor releases.
The following code returns TRUE for 3.3 and FALSE for 3.4 library(GenomicRanges) ir <- IRanges(sample(100),sample(100)+100) ir2 <- unlist(split(ir, ceiling(1:100 / 10))) all(ir==ir2) The reason is lexicographic sorting of the result list from the split. Thanks! Yours, Marcin [[alternative HTML version deleted]] _______________________________________________ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel