seacr_tmp_files <- function(outdir){
tmp_files <- list.files(outdir,
pattern = paste(
c("\\.fdr\\.txt$",
"\\.auc\\.bed$",
"\\.auc$",
"\\.threshold\\.bed$",
"\\.threshold\\.txt$"),
collapse = "|"
), full.names = TRUE)
return(tmp_files)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.