R/seacr_tmp_files.R

Defines functions seacr_tmp_files

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)
}
neurogenomics/PeakyFinders documentation built on March 24, 2024, 4:28 p.m.