Description Usage Arguments Examples
Fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing
1 | mosdepth(inputFile, threads, outPath)
|
inputFile |
Path of the fastq file to apply depth calculation. |
threads |
Specify number of threads to use . |
outPath |
Path where the output of the analysis will be saved. |
1 2 3 4 5 6 7 8 9 | ## Not run:
inputFile <- 'raw/sample.bam'
ref <- 'ref/hg38.fa'
outPath <- 'rst/coverage'
threads <- 2
mosdepth(inputFile, threads, outPath)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.