News:ensembl 91 gtfs and fasta twobits have been added to AnnotationHub
0
1
Entering edit mode
shepherl 3.8k
@lshep
Last seen 7 hours ago
United States

Hello all,

The ensembl 91 gtf (converted to GRanges on the fly) and fasta (twobit files) been added to AnnotationHub and are currently available in Bioc 3.6 (release) and Bioc3.7 (development)

Bioconductor version 3.6 (BiocInstaller 1.28.0), ?biocLite for help
> library(AnnotationHub)
> hub = AnnotationHub()
snapshotDate(): 2017-10-27
> length(query(hub, c("ensembl", "gtf", "release-91")))
[1] 279
> length(query(hub, c("fasta", "release-91", "twobit")))
[1] 462



Bioconductor version 3.7 (BiocInstaller 1.29.2), ?biocLite for help
> library(AnnotationHub)
> hub = AnnotationHub()
snapshotDate(): 2017-12-20
> length(query(hub, c("ensembl", "gtf", "release-91")))
[1] 279
> length(query(hub, c("fasta", "release-91", "twobit")))
[1] 462

Thank you

annotationhub ensembl gtf 2bit News • 1.4k views
ADD COMMENT

Login before adding your answer.

Traffic: 707 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6