Metadata only. No coordinates are downloaded; use pdb_url from the result
for that, and only when something is actually going to render it.
Arguments
- accession
A UniProt accession, for example
"P15056".- ...
Passed to
biohttp::get_json(), for examplethrottle.
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"))
} # }