Skip to content
Prev 7355 / 21312 Next

[Bioc-devel] AnnotationHubData Error: Access denied: 530

Hi Johannes,

I have updated the GRanges for all the GTF files.


 > library(AnnotationHub)
 > hubCache(ah)
[1] "/home/sarora/.AnnotationHub"   ## delete everything from this folder
 > ah = AnnotationHub()
retrieving 1 resources
|======================================================================| 
100%
 > rat <- query(ah, c("gtf", "69", "rattus"))
 > rat[1]
AnnotationHub with 1 record
# snapshotDate(): 2015-03-26
# names(): AH7522
# $dataprovider: Ensembl
# $species: Rattus norvegicus
# $rdataclass: GRanges
# $title: Rattus_norvegicus.RGSC3.4.69.gtf
# $description: Gene Annotation for Rattus norvegicus
# $taxonomyid: 10116
# $genome: RGSC3.4
# $sourcetype: GTF
# $sourceurl: 
ftp://ftp.ensembl.org/pub/release-69/gtf/rattus_norvegicus/Rat...
# $sourcelastmodifieddate: 2012-10-19
# $sourcesize: 8485113
# $tags: GTF, ensembl, Gene, Transcript, Annotation
# retrieve record with 'object[["AH7522"]]'
 > ra <- rat[[1]]
require(?GenomicRanges?)
retrieving 1 resources
|======================================================================| 
100%
 > seqinfo(ra)
Seqinfo object with 22 sequences (1 circular) from RGSC3 genome:
   seqnames seqlengths isCircular genome
   1         267910886      FALSE  RGSC3
   2         258207540      FALSE  RGSC3
   3         171063335      FALSE  RGSC3
   4         187126005      FALSE  RGSC3
   5         173096209      FALSE  RGSC3
   ...             ...        ...    ...
   18         87265094      FALSE  RGSC3
   19         59218465      FALSE  RGSC3
   20         55268282      FALSE  RGSC3
   X         160699376      FALSE  RGSC3
   MT            16313       TRUE  RGSC3
 > seqlevels(ra)
  [1] "1"  "2"  "3"  "4"  "5"  "6"  "7"  "8"  "9"  "10" "11" "12" "13" 
"14" "15"
[16] "16" "17" "18" "19" "20" "X"  "MT"
 > genome(ra)
       1       2       3       4       5       6       7 8       9      10
"RGSC3" "RGSC3" "RGSC3" "RGSC3" "RGSC3" "RGSC3" "RGSC3" "RGSC3" "RGSC3" 
"RGSC3"
      11      12      13      14      15      16      17      18 19      20
"RGSC3" "RGSC3" "RGSC3" "RGSC3" "RGSC3" "RGSC3" "RGSC3" "RGSC3" "RGSC3" 
"RGSC3"
       X      MT
"RGSC3" "RGSC3"

Hope that helps!
Sonali.
On 4/13/2015 10:54 AM, Marc Carlson wrote: