Function to help deploy analysis folder inside a project folder
bcbio_templates.Rd
This function contains Rmd, R, md, files that help to structure an analysis following HCBC best-practices. For rnaseq, it will deploy: QC and DE Rmd with additional files to help to facilitate the analysis as needed.
Examples
if (FALSE) { # \dontrun{
path <- withr::local_tempdir()
bcbio_templates(type="base",outpath=path)
fs::dir_ls(path,all=T)
} # }