View source: R/utils_directory_config.R
config | R Documentation |
Defines a folder for:
1. fastq files (raw data)
2. bam files (processed data)
3. references (organism annotation and STAR index)
4. experiments (Location to store and load all experiment
.csv files)
Update or use another config using config.save()
function.
config(
file = config_file(old_config_location = old_config_location),
old_config_location = "~/Bio_data/ORFik_config.csv"
)
file |
location of config csv, default: config_file(old_config_location = old_config_location) |
old_config_location |
path, old config location before BiocFileCache implementation. Will copy this to cache directory and delete old version. This is done to follow bioc rules on not writing to user home directory. |
a named character vector of length 3
## Make with default config path
#config()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.