Check if VCF has VEP-style annotations
Examples
if (FALSE) { # \dontrun{
if (vep_has_annotation("file.vcf.gz")) {
schema <- vep_get_schema("file.vcf.gz")
}
} # }
Check if VCF has VEP-style annotations
if (FALSE) { # \dontrun{
if (vep_has_annotation("file.vcf.gz")) {
schema <- vep_get_schema("file.vcf.gz")
}
} # }