From ff1f4cf7651fbaa7de39eb9d71ef6e286a90d613 Mon Sep 17 00:00:00 2001 From: Rafal Gumienny <r.gumienny@unibas.ch> Date: Fri, 27 Apr 2018 11:13:33 +0200 Subject: [PATCH] docs: SCHWED-3121 Clarify calculation of lDDT global score --- modules/mol/alg/doc/molalg.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/mol/alg/doc/molalg.rst b/modules/mol/alg/doc/molalg.rst index 54dbc8914..7a66937a1 100644 --- a/modules/mol/alg/doc/molalg.rst +++ b/modules/mol/alg/doc/molalg.rst @@ -606,7 +606,8 @@ Local Distance Test scores (lDDT, DRMSD) .. attribute:: global_score - Global lDDT score. + Global lDDT score. It is calculated as :attr:`conserved_contacts` divided + by :attr:`total_contacts`. :type: float @@ -624,7 +625,8 @@ Local Distance Test scores (lDDT, DRMSD) .. attribute:: local_scores - Local scores. + Local scores. For each of the residue lDDT is it is calculated as residue + conserved contacts divided by residue total contacts. :type: list(:class:`~ost.mol.alg.lDDTLocalScore`) -- GitLab