Known variants at a residue
Arguments
- accession
A UniProt accession, for example
"P04637".- position
A protein position. Use
protvar_position()to get one out of a protein-change string.- ...
Passed to
biohttp::get_json(), for examplethrottle.
Value
A biohttp envelope whose data is the tibble described in
protvar_parse_population().
Examples
if (FALSE) { # \dontrun{
biohttp::body_or_null(protvar_population("P04637", 175))
} # }