Skip to contents

Pure. VEP's region endpoint takes a VCF-like string.

Usage

vep_region(chrom, pos, ref, alt)

Arguments

chrom

A chromosome, with or without a chr prefix.

pos

A 1-based position.

ref, alt

Reference and alternate alleles.

Value

A single string.

Examples

vep_region("7", 140753336, "A", "T")
#> [1] "7 140753336 . A T . . ."