config {ORFik} | R Documentation |
Defines a folder for:
1. fastq files (raw_data)
2. bam files (processed data)
3. references (organism annotation and STAR index)
config(file = "~/Bio_data/ORFik_config.csv")
file |
file of config for ORFik, default: "~/Bio_data/ORFik_config.csv" |
Update or use another config using config.save()
function.
a named character vector of length 3
## Make with default config path #config() ## Load another config (not adviced!) config_location <- "/media/Bio_data/ORFik_config.csv" #config(config_location)