create_dir_structure | R Documentation |
Create a standard directory for bears
create_dir_structure(rootdir = NULL)
rootdir |
Root directory where all subdirectories will be created. If not specified, a directory named "results_YYYY-MM-DD" will be created, where Y, M and D represent year, month and day, respectively. |
A list of paths with following elements:
Path to directory where FASTQ files are.
Path to directory where QC and summary statistics will be stored.
Path to directory where filtered FASTQ files are.
Path to directory where STAR-derived BAM files are.
Path to directory where salmon transcriptome index is.
Path to directory where salmon output files are.
Path to directory where kallisto transcriptome index is.
Path to directory where kallisto output files are.
Path to directory where featureCounts output files are.
Path to directory where StringTie output files are.
rootdir <- tempdir()
dirs <- create_dir_structure(rootdir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.