assay_color_dict <- function() {
color_dict <- c(
"ATAC" = "magenta",
"H3K27ac" = "blue",
"H3K4me3" = "turquoise",
"peaks" = "black"
)
return(color_dict)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.