Learn R Programming

VariantAnnotation (version 1.18.1)

VCFHeader-class: VCFHeader instances

Description

The VCFHeader class holds Variant Call Format (VCF) file header information and is produced from a call to scanVcfHeader.

Arguments

Details

The VCFHeader class is holds header information from a from VCF file.

Slots : [object Object],[object Object],[object Object]

See Also

scanVcfHeader, DataFrameList

Examples

Run this code
fl <- system.file("extdata", "structural.vcf", package="VariantAnnotation")
  hdr <- scanVcfHeader(fl)

  fixed(hdr)
  info(hdr)
  geno(hdr)

Run the code above in your browser using DataLab