We recommend loading the bcbio-nextgen run as a remote connection over
sshfs. This requires setting parent_dir in the function.
load_bcbio_run(template, organism, intgroup = NULL, parent_dir = getwd(), config_dir = NULL, final_dir = NULL)
Template name (YAML filename, without the extension)
originally called by bcbio_nextgen.py
Organism (e.g. hsapiens)
Interesting groups. Defaults to description if not
set. First entry is used for plot colors during quality control analysis.
Entire vector is used for PCA and heatmap QC functions.
Parent directory containing the run folder
Set the config output directory, if non-standard
Set the final output directory, if non-standard
bcbio list object with directory paths
## Not run: ------------------------------------ # load_bcbio_run("illumina_rnaseq") ## ---------------------------------------------