Skip to content
Prev 3520 / 21312 Next

[Bioc-devel] summarizeOverlaps example error

For what its worth, a colleague checked it out on a couple different systems (Thanks Keith!) and ? I don't think my original using R-devel instead of R-2.15.1 is really the issue.

This works ? no error.
R Under development (unstable) (2012-06-11 r59557)
Platform: x86_64-unknown-linux-gnu (64-bit)

locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=C LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] TxDb.Dmelanogaster.UCSC.dm3.ensGene_2.7.1
[2] GenomicFeatures_1.9.11
[3] AnnotationDbi_1.19.16
[4] BiocInstaller_1.5.12
[5] edgeR_2.7.25
[6] limma_3.13.8
[7] DESeq_1.9.7
[8] locfit_1.5-8
[9] Biobase_2.17.6
[10] Rsamtools_1.9.18
[11] Biostrings_2.25.6
[12] GenomicRanges_1.9.28
[13] IRanges_1.15.17
[14] BiocGenerics_0.3.0

loaded via a namespace (and not attached):
[1] annotate_1.35.3 biomaRt_2.13.1 bitops_1.0-4.1
[4] BSgenome_1.25.3 DBI_0.2-5 genefilter_1.39.0
[7] geneplotter_1.35.0 grid_2.16.0 lattice_0.20-6
[10] RColorBrewer_1.0-5 RCurl_1.91-1 RSQLite_0.11.1
[13] rtracklayer_1.17.11 splines_2.16.0 stats4_2.16.0
[16] survival_2.36-14 tools_2.16.0 XML_3.9-4
[19] xtable_1.7-0 zlibbioc_1.3.0
This throws the same error as mine ?
R Under development (unstable) (2012-05-08 r59331)
Platform: x86_64-pc-mingw32/x64 (64-bit)

locale:
[1] LC_COLLATE=English_Australia.1252 LC_CTYPE=English_Australia.1252
[3] LC_MONETARY=English_Australia.1252 LC_NUMERIC=C
[5] LC_TIME=English_Australia.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] TxDb.Dmelanogaster.UCSC.dm3.ensGene_2.7.1
[2] GenomicFeatures_1.9.28
[3] AnnotationDbi_1.19.28
[4] edgeR_2.99.4
[5] limma_3.13.16
[6] DESeq_1.9.11
[7] lattice_0.20-6
[8] locfit_1.5-8
[9] Biobase_2.17.6
[10] Rsamtools_1.9.25
[11] Biostrings_2.25.8
[12] GenomicRanges_1.9.41
[13] IRanges_1.15.25
[14] BiocGenerics_0.3.0
[15] BiocInstaller_1.5.12

loaded via a namespace (and not attached):
[1] annotate_1.35.3 biomaRt_2.13.2 bitops_1.0-4.1
[4] BSgenome_1.25.6 DBI_0.2-5 genefilter_1.39.0
[7] geneplotter_1.35.1 grid_2.16.0 RColorBrewer_1.0-5
[10] RCurl_1.91-1.1 RSQLite_0.11.1 rtracklayer_1.17.15
[13] splines_2.16.0 stats4_2.16.0 survival_2.36-14
[16] tools_2.16.0 XML_3.9-4.1 xtable_1.7-0
[19] zlibbioc_1.3.0
So, something has happened between GenomicRanges_1.9.28 and GenomicRanges_1.9.41 (plus a multitude other changes).

Best,
Mark
On 06.08.2012, at 22:11, Dan Tenenbaum wrote: