extractVcfFields: Extracts revelant fields for downstream functions and outputs...

Description Usage Arguments Value

View source: R/preProcessSnvIndel.R

Description

Extracts revelant fields for downstream functions and outputs as txt file

Usage

1
2
3
4
5
6
extractVcfFields(
  vcf.file,
  out.file,
  java.path = JAVA_PATH,
  snpsift.path = SNPSIFT_PATH
)

Arguments

vcf.file

Path to vcf file (gzip compressed)

out.file

Path to output txt file (make sure to add .gz at the end)

java.path

Path to java binary (defaults to the installed JRE location)

snpsift.path

Path to SnpSift jar (defaults to the one included in this package)

Value

Nothing but writes a gzipped txt file


luannnguyen/hmfGeneAnnotation documentation built on May 6, 2020, 1:07 p.m.