News:OrgDb and TxDb packages have been added to AnnotationHub for Bioc 3.6
0
0
Entering edit mode
shepherl 3.8k
@lshep
Last seen 38 minutes ago
United States

Hello all,

The complete set of OrgDb packages have been added to AnnotationHub as well as the newly added TxDb. They will be immediatly available following the release and using the release Bioc 3.6.

The following example:

> library(AnnotationHub)

> hub = AnnotationHub()

updating metadata: retrieving 1 resource

|======================================================================|

100%
snapshotDate(): 2017-10-27

> query(hub, "OrgDb")
AnnotationHub with 1019 records

> table(mcols(query(hub, "OrgDb"))$rdatadateadded)

2017-10-23 2017-10-27 
        19       1000 


> query(hub, "TxDb")
AnnotationHub with 45 records

> table(mcols(query(hub, "TxDb"))$rdatadateadded)

2016-12-22 2017-04-11 2017-04-13 2017-10-24 
        29          1          5         10

Cheers, Lori

orgdb txdb bioconductor annotation annotationhub News • 1.3k views
ADD COMMENT

Login before adding your answer.

Traffic: 697 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