#' Ouput Karolinska MTBP compliant output
#'
#' @param snvTable
#'
#' @return
#' @export
#'
#' @examples
mtbpFormat <- function(snvTable){
snvTable = snvTable %>%
dplyr::mutate(mtbp = paste0(gene,':', coding))
return(snvTable)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.