mkClinvarTxt: Download ClinVar vcf and convert to txt file

Description Usage Arguments

View source: R/mkDatabases.R

Description

Download ClinVar vcf and convert to txt file

Usage

1
2
3
4
5
6
7
8
mkClinvarTxt(
  out.file,
  tmp.dir = "~/",
  url = "ftp://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh37/clinvar_20200224.vcf.gz",
  java.path = JAVA_PATH,
  snpsift.path = SNPSIFT_PATH,
  verbose = T
)

Arguments

out.file

Path to output file

tmp.dir

Temporary processing directory. Defaults to ~/

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)

verbose

Show progress messages?


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