Nothing
#' Corrects improper annotation names
#' @param pkgname The pkgname.
#' @return Some data
#' @author Andreas Mitterecker
#' @noRd
correctPkgname <- function (pkgname) {
if (pkgname == "pd.genomewideex.6") {
pkgname <- "pd.genomewidesnp.6"
}
return(pkgname)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.