importVariantInformation: Import variant information extracted from VCF file into R

View source: R/import_data.R

importVariantInformationR Documentation

Import variant information extracted from VCF file into 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

importVariantInformation(path)

Arguments

path

Path to the the variant information text file.


kauralasoo/eQTLUtils documentation built on March 12, 2023, 8:50 p.m.