Hi,
When I want to use AnnotationHub, I can access only one record. Before it was working for me as usual but not anymore.
> ah = AnnotationHub() updating AnnotationHub metadata: retrieving 1 resource |======================================================================| 100% snapshotDate(): 2016-02-23 > ah AnnotationHub with 1 record # snapshotDate(): 2016-02-23 # names(): EH1 # $dataprovider: GEO # $species: Homo sapiens # $rdataclass: ExpressionSet # $title: RNA-Sequencing and clinical data for 7706 tumor samples from The C... # $description: TCGA RNA-seq Rsubread-summarized raw count data for 7706 tum... # $taxonomyid: 9606 # $genome: hg19 # $sourcetype: tar.gz # $sourceurl: http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62944 # $sourcelastmodifieddate: NA # $sourcesize: NA # $tags: TCGA, RNA-seq, Expression, Count # retrieve record with 'object[["EH1"]]'
As you can see 'ah' has only one record available. I tried it in a docker instance (bioconductor/release_core) and have the same problem so I don't think it's my installation.
Anyone else has this problem ? Is it a problem of the snapshot ? Has the syntax changed ?
Thanks,
Jean
EDIT: My session info is
> sessionInfo() R version 3.2.3 (2015-12-10) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 14.04.4 LTS locale: [1] LC_CTYPE=fr_CA.UTF-8 LC_NUMERIC=C [3] LC_TIME=fr_CA.UTF-8 LC_COLLATE=fr_CA.UTF-8 [5] LC_MONETARY=fr_CA.UTF-8 LC_MESSAGES=fr_CA.UTF-8 [7] LC_PAPER=fr_CA.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=fr_CA.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats4 parallel stats graphics grDevices utils datasets [8] methods base other attached packages: [1] GenomicRanges_1.22.4 GenomeInfoDb_1.6.3 IRanges_2.4.8 [4] S4Vectors_0.8.11 AnnotationHub_2.2.3 BiocGenerics_0.16.1 loaded via a namespace (and not attached): [1] Rcpp_0.12.3 AnnotationDbi_1.32.3 [3] XVector_0.10.0 zlibbioc_1.16.0 [5] xtable_1.8-2 R6_2.1.2 [7] httr_1.1.0 tools_3.2.3 [9] Biobase_2.30.0 DBI_0.3.1 [11] htmltools_0.3 digest_0.6.9 [13] interactiveDisplayBase_1.8.0 shiny_0.13.1 [15] curl_0.9.6 RSQLite_1.0.0 [17] mime_0.4 compiler_3.2.3 [19] BiocInstaller_1.20.1 httpuv_1.3.3
I don't see this behavior. Can you EDIT your question to include the output of
sessionInfo()
, and then post a COMMENT to let us know that you've edited the question?I added my session information. Sorry about that.