### =========================================================================
### Some low-level internal (i.e. non-exported) utilities
### -------------------------------------------------------------------------
getDataAnnotationContribUrl <- function(type=getOption("pkgType"))
{
if (!suppressWarnings(suppressMessages(require(BiocInstaller,
quietly=TRUE)))) {
## Sourcing this file will install and load the BiocInstaller package.
suppressWarnings(source("http://bioconductor.org/biocLite.R",
local=TRUE))
}
contrib.url(biocinstallRepos()["BioCann"], type=type)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.