get_annovar_files <- function(path = '.', pattern = '.hg19_multianno.txt', recursive = TRUE) {
files <- list.files(
path = path,
pattern = pattern,
recursive = recursive,
full.names = TRUE
)
return(files)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.