Dear all,
When I try to set the mm9 genome using rtracklayer from the US UCSC server it does not work.
session <- browserSession("UCSC")
genome(session)<-"mm9"
Error in `genome<-`(`*tmp*`, value = "mm9") :
Failed to set session genome to 'mm9'
However, the hg19 genome is working when I use the US server.
session <- browserSession("UCSC")
genome(session)<-"hg19"
Also when I use the european server, the mm9 genome is working.
session <- browserSession("UCSC",url="http://genome-euro.ucsc.edu/cgi-bin/")
genome(session)<-"mm9"
Any suggestions?
thanks,
Peter
> sessionInfo()
R version 3.2.0 (2015-04-16)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=Dutch_Netherlands.1252 LC_CTYPE=Dutch_Netherlands.1252
[3] LC_MONETARY=Dutch_Netherlands.1252 LC_NUMERIC=C
[5] LC_TIME=Dutch_Netherlands.1252
attached base packages:
[1] stats4 parallel stats graphics grDevices utils datasets methods base
other attached packages:
[1] rtracklayer_1.28.2 GenomicRanges_1.20.3 GenomeInfoDb_1.4.0 IRanges_2.2.1
[5] S4Vectors_0.6.0 BiocGenerics_0.14.0
loaded via a namespace (and not attached):
[1] XML_3.98-1.1 Rsamtools_1.20.1 Biostrings_2.36.0
[4] bitops_1.0-6 GenomicAlignments_1.4.1 futile.options_1.0.0
[7] zlibbioc_1.14.0 XVector_0.8.0 futile.logger_1.4.1
[10] lambda.r_1.1.7 BiocParallel_1.2.1 tools_3.2.0
[13] RCurl_1.95-4.6
Likely related to what I describe here: Failed to set session genome to ...
Federico
Yes, the same issue. Somehow related to the internet routing.
thank you Michael.
oh,i have a similar problem, when i used IdeoViz::getIdeo to download table containing chromosomal extent and band locations from the UCSC genome browser.