Skip to contents

Known variants at a residue

Usage

protvar_population(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 the tibble described in protvar_parse_population().

Examples

if (FALSE) { # \dontrun{
biohttp::body_or_null(protvar_population("P04637", 175))
} # }