new_clonet_trento | R Documentation |
This function takes a pair of tumour and normal BAMS and applies the CLONET pipeline
new_clonet_trento(
sif_clonet = build_default_sif_list()$sif_clonet$V3,
version = "V3",
tumour = NULL,
normal = NULL,
patient_id = NULL,
tc = NULL,
ploidy = NULL,
...
)
version |
PCF Select panel version to use |
tumour |
Path to tumour BAM file |
normal |
Path to normal BAM file |
patient_id |
Patient id. |
tc |
Pre-computed tumour content. Default NULL. |
ploidy |
Pre-computed ploidy. Default NULL. |
sif_path |
Path to singularity image file |
mode |
REQUIRED Where to parallelize. Default local. Options "local","batch" |
executor_id |
Executor ID. Default "clonet" |
task_name |
Name of the task. Default "clonet" |
threads |
Number of CPU cores to use. Default 3. |
ram |
RAM memory for batched job. Default 4 |
time |
OPTIONAL If batch mode. Max run time per job. Default "48:0:0" |
update_time |
OPTIONAL If batch mode. Job update time in seconds. Default 60. |
wait |
OPTIONAL If batch mode wait for batch to finish. Default FALSE |
output_dir |
Path to the output directory. |
tmp_dir |
Path to temporary file directory. |
verbose |
Enables progress messages. Default False. |
hold |
Job to hold on in batched mode. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.