importVariantInformation: Import variant information extracted from VCF file into R

Description Usage Arguments

View source: R/import_data.R

Description

The variant information text file can be generated from the VCF using the following bcftools command: bcftools query -f '%CHROM\t%POS\t%ID\t%REF\t%ALT\t%TYPE\t%AC\t%AN\n' path/to/vcf_file.vcf.gz | bgzip > path/to/variant_infromation_file.txt.gz

Usage

1

Arguments

path

Path to the the variant information text file.


kauralasoo/seqUtils documentation built on May 20, 2019, 7:42 a.m.