#' Title
#'
#' @return
#' @export
#'
#' @examples
getEnsemblMart <- function() {
# This must be run prior to running mapGenes()
mart <- biomaRt::useDataset("hsapiens_gene_ensembl", biomaRt::useMart("ensembl"))
return(mart)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.