Validate and normalize one HGVS variant
Usage
variantvalidator_normalize(
hgvs,
build = "GRCh38",
throttle = VARIANTVALIDATOR_THROTTLE,
...
)Arguments
- hgvs
An HGVS transcript variant.
- build
A genome build.
- throttle
A throttle spec. Defaults to the documented 4 per second.
- ...
Passed to
biohttp::get_json().
Value
A biohttp envelope whose data is the tibble described in
variantvalidator_parse().
Examples
if (FALSE) { # \dontrun{
biohttp::body_or_null(variantvalidator_normalize("NM_000546.6:c.215C>G"))
} # }