mosdepth: mosdepth

Description Usage Arguments Examples

View source: R/mosdepth.R

Description

Fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing

Usage

1
mosdepth(inputFile, threads, outPath)

Arguments

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.

Examples

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)

msubirana/ergWgsTools documentation built on June 8, 2020, 8:07 a.m.