Learn R Programming

valr (version 0.8.3)

read_vcf: Read a VCF file.

Description

Read a VCF file.

Usage

read_vcf(vcf)

Value

data_frame

Arguments

vcf

vcf filename

See Also

Other read functions: read_bed(), read_genome()

Examples

Run this code
vcf_file <- valr_example("test.vcf.gz")
read_vcf(vcf_file)

Run the code above in your browser using DataLab