One batched POST. The response comes back in input order.
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"))
} # }