Consequence predictions for many variants
Arguments
- chrom, pos, ref, alt
Variant components, all the same length.
- ...
Passed to
biohttp::post_json(), for examplethrottle.
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"))
} # }