annovarAnnotation: annovarAnnotation

Description Usage Arguments Examples

View source: R/annovarAnnotation.R

Description

R parser for Annovar

Usage

1
2
3
4
5
6
7
8
annovarAnnotation(
  vcf,
  out_vcf,
  threads,
  annovar = "/imppc/labs/lplab/share/bin/annovar",
  humandb = "/imppc/labs/lplab/share/bin/annovar/humandb",
  perl = "perl"
)

Arguments

vcf

Vcf file to annotate

out_vcf

Path where to save the annotated vcf.

threads

Number of threads to use in the analysis.

annovar

Path to the annovar binary folder.

humandb

Path to the annovar huban database.

perl

Path of perl executable.

Examples

1
2
3
4
5
6
## Not run: 
annovarAnnotation(vcf = 'NET-11_out_strelka2_indels_postCalling.vcf',
                  out_vcf = 'NET-11_annotated.vcf',
                  threads = 2)

## End(Not run)

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