From the EBI Proteins API, which is a different host to uniprot_diseases().
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 examplethrottle.
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"))
} # }