Description Usage Arguments Examples
View source: R/variantCalling.R
Generate BAM index if it is not present using sambamba
1 | sambambaIndex(bam, threads, sambamba)
|
threads |
Number of threads to use in the analysis. |
sambamba |
Path of sambamba 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.