Skip to contents

Functional context for a residue

Usage

protvar_function(accession, position, ...)

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 example throttle.

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))
} # }