Skip to contents

Load per-residue pLDDT scores for a structure. Note: Per-residue pLDDT may not be available in all datasets. Use the mean_plddt column in metadata for summary scores.

Usage

get_plddt(id, record_id)

Arguments

id

Structure ID (the id column from metadata)

record_id

Zenodo record ID of an installed dataset

Value

Numeric vector of per-residue pLDDT scores, or NULL if not available

Examples

if (FALSE) { # \dontrun{
plddt <- get_plddt("P00571_AF3_1", 415123)
if (!is.null(plddt)) mean(plddt)
} # }