Skip to contents

Metadata only. No coordinates are downloaded; use pdb_url from the result for that, and only when something is actually going to render it.

Usage

alphafold_model(accession, ...)

Arguments

accession

A UniProt accession, for example "P15056".

...

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

Value

A biohttp envelope whose data is a one-row tibble. See alphafold_parse_model().

Examples

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