Learn R Programming

valr (version 0.5.0)

read_vcf: Read a VCF file.

Description

Read a VCF file.

Usage

read_vcf(vcf)

Arguments

vcf

vcf filename

Value

data_frame

See Also

Other read functions: read_bed, read_genome

Examples

Run this code
# NOT RUN {
vcf_file <- valr_example('test.vcf.gz')
read_vcf(vcf_file)

# }

Run the code above in your browser using DataLab