Skip to main content

Definition

The pLDDT energy is the negated mean pLDDT over the specified residue groups. EpLDDT=1NGαGpLDDTαE_{\mathrm{pLDDT}} = -\frac{1}{N_G} \sum_{\alpha \in G} \mathrm{pLDDT}_\alpha
  • GG is the set of residues in the specified groups
  • NGN_G is the number of residues in GG
  • pLDDTα\mathrm{pLDDT}_\alpha is the predicted local distance difference test score for residue α\alpha

Parameters

FoldingOracle
required
The oracle to use for the energy term.
list[Residue] | None
required
Which residues to include in the calculation.
bool
default:"True"
If a new residue is added next to a residue included in this energy term, this dictates whether that new residue could then be added to this energy term.
float
default:"1.0"
The weight of the energy term.
str | None
default:"None"
Optional name to append to the energy term name.

Methods

compute

Parameters
OraclesResultDict
required

Example