Skip to contents

From the EBI Proteins API, which is a different host to uniprot_diseases().

Usage

uniprot_features(accession, types = UNIPROT_FEATURE_TYPES, ...)

Arguments

accession

A UniProt accession.

types

Feature types to request. Defaults to the set worth showing when placing a variant in a protein's architecture.

...

Passed to biohttp::get_json(), for example throttle.

Value

A biohttp envelope whose data is the tibble described in uniprot_parse_features().

Examples

if (FALSE) { # \dontrun{
biohttp::body_or_null(uniprot_features("P15056"))
} # }