makeGeneInfo <- function() {
library(bumphunter)
tt <- bumphunter::TT$transcripts
tt <- keepSeqlevels(tt, paste0("chr",c(1:22,"X","Y")))
tt
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.