Combines GO, TxDb and OrgDb databases, so that you can run database queries like:
library(Drosophila.melanogaster)
tx <- transcripts(Drosophila.melanogaster,
columns = c("TXID", "TXNAME", "GENEID", "ENSEMBL"))
install.packages("devtools")
host="https://github.uconn.edu/api/v3"
devtools::install_github("CoreLab/TxDb.Dmelanogaster.UCSC.dm6.refGene", host = host)
devtools::install_github("CoreLab/Drosophila.melanogaster", host = host)