scoreMutect2 <- function() {
PFconfig<-getEnvVariable('PFconfig')
mutect2_result_file <- PFconfig$mutect2file
cat("Mutect2 Somatic Variants file: ", mutect2_result_file, '\n')
loadMutect2(mutect2_result_file)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.