read_vcf | R Documentation |
Read a VCF file.
read_vcf(vcf)
vcf |
vcf filename |
data_frame
return value has chrom
, start
and end
columns.
Interval lengths are the size of the 'REF' field.
Other read functions:
read_bed()
,
read_genome()
vcf_file <- valr_example("test.vcf.gz")
read_vcf(vcf_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.