Functional context for 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 a single string. See
protvar_parse_function().
Examples
if (FALSE) { # \dontrun{
biohttp::body_or_null(protvar_function("P04637", 175))
} # }