Description Usage Arguments Examples
View source: R/variantCalling.R
Generate BAM index if it is not present using sambamba
1 | samtoolsIndex(bam, threads, samtools)
|
threads |
Number of threads to use in the analysis. |
samtools |
Path of samtools binary. |
1 2 3 4 5 6 | ## Not run:
sambambaIndex(bam = 'raw/sample_tumor.bam',
threads = 2,
sambamba = '/bin/sambamba')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.