manta: manta

Description Usage Arguments Examples

View source: R/manta.R

Description

SVs calling of paired tumor-normal wgs using manta

Usage

1
manta(normal, tumor, ref, outPath, cores, outName)

Arguments

normal

Normal bam file.

tumor

Tumour bam file.

ref

Reference genome.

outPath

Path where the output of the analysis will be saved.

cores

Number of cores to use.

outName

Name for the output file for the paired tumor normal analysis

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## Not run: 

normal <- 'raw/sample1_BL.bam'
tumor <- 'raw/sample1_TI.bam'
ref <- '/imppc/labs/lplab/share/marc/refgen/hg38/hg38.fa'
outPath <- 'dir/vcf'
cores <- 4
outName <- 'sample1'
manta(normal = normal,
      tumor = tumor,
      ref = ref,
      outPath = outPath,
      cores = cores,
      outName = outName)


## End(Not run)

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