mutect2File <- function(PFconfig) {
result_files <- dir(path=PFconfig, recursive = F,full.names = T)
mutect2_result_file <- grep(pattern = "mutect2.*_vs_.*vep.ann.vcf$",result_files,value = T)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.