Skip to contents

Consequence predictions for many variants

Usage

vep_variants(chrom, pos, ref, alt, ...)

Arguments

chrom, pos, ref, alt

Variant components, all the same length.

...

Passed to biohttp::post_json(), for example throttle.

Value

A biohttp envelope whose data is a tibble with one row per variant, in the order asked. See vep_parse_batch().

Examples

if (FALSE) { # \dontrun{
biohttp::body_or_null(vep_variants("7", 140753336, "A", "T"))
} # }