R/vep_parser.R
vep_detect_tag.Rd
Checks for the presence of CSQ, BCSQ, or ANN annotation tags in the VCF header and returns the first one found.
vep_detect_tag(filename)
Path to VCF/BCF file
Character string with tag name ("CSQ", "BCSQ", or "ANN"), or NA if no annotation found
if (FALSE) { # \dontrun{ vep_detect_tag("annotated.vcf.gz") # Returns "CSQ" } # }