fetch_output_files.Rd
Get output files from a set of conditions.
fetch_output_files(
tool,
unix_group,
base_path,
results_dir = "99-outputs",
seq_type = "genome",
build = "hg38",
search_pattern = "cellularity_ploidy.txt"
)
Name of tool.
The unix group of the sample set.
Either the full or relative path to where all the results directories are for the tool e.g. "gambl/sequenza_current".
Directory with results.
Either genome or capture.
Default is hg38.
File-extensions search pattern.
A data frame with one row per file and sample IDs parsed from the file name along with other GAMBL wildcards.
This function lets the user specify multiple conditions for returning result subsets.
First, specify the name of the tool with tool
, then set the seq type (seq_type
) to either genome or capture,
together with the genome build (genome_build
). A data frame will be returned with one row per file and sample IDs together with GAMBL wildcards.
ex_outs = fetch_output_files(tool = "manta",
base_path = "gambl/sequenza_current",
seq_type = "capture",
build = "hg38")