### =========================================================================
### EnsDb objects
### -------------------------------------------------------------------------
###
setClass("EnsDbResource", contains="AnnotationHubResource")
setMethod(".get1", "EnsDbResource",
function(x, ...)
{
.require("ensembldb")
ensembldb::EnsDb(cache(getHub(x)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.