Mutect2 | R Documentation |
Run Mutect2 with the option to run multiple samples in parallel. Chekcs for GATK sequence dictionary and samtools index, if the files do not exist, they will be automatically created.
Mutect2(metadata, input_dir, output_dir, reference, parallel)
metadata |
data frame; |
input_dir |
character; path to the input directory |
output_dir |
character; path to output directory |
reference |
character; path to the fasta genome reference file. Bwa-mem2 created index must be in the same directory. |
t |
numeric; number of threads to use; default-2 |
parallel; |
how many samples should be ran in parallel, each one will need around 15 GB of RAM |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.