## helper script for Shiny App
#library(BiocManager)
#options(repos = BiocManager::repositories())
library(purrr)
functions <- list.files(pattern = "Ge", full.names = TRUE)
purrr::map(functions, source)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.