Skip to contents

One batched POST. The response comes back in input order.

Usage

clingen_alleles(hgvs, throttle = CLINGEN_THROTTLE, ...)

Arguments

hgvs

HGVS strings.

throttle

A throttle spec. Defaults to the documented 3 per second.

...

Passed to biohttp::perform() indirectly through the request.

Value

A biohttp envelope whose data is the tibble described in clingen_parse_allele().

Examples

if (FALSE) { # \dontrun{
biohttp::body_or_null(clingen_alleles("NM_000546.6:c.215C>G"))
} # }