Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
5780338e
Commit
5780338e
authored
4 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
docu updates
parent
584b735d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/seq/alg/doc/seqalg.rst
+22
-0
22 additions, 0 deletions
modules/seq/alg/doc/seqalg.rst
with
22 additions
and
0 deletions
modules/seq/alg/doc/seqalg.rst
+
22
−
0
View file @
5780338e
...
...
@@ -435,6 +435,20 @@ differences between the structures.
:type d_map: :class:`DistanceMap`
:raises: Exception if *d_map* has no entries.
.. function:: CreateMeanlDDTHA(d_map)
:returns: lDDT calculation based on CA carbons of the structures with lddt
distance threshold of 15 Angstrom and distance difference thresholds
of [0.5, 1.0, 2.0, 4.0]. The reported values for a certain structure
are the mean per-residue lDDT values given all other structures as
reference. Structures are in the same order as passed when creating
*d_map*.
:rtype: :class:`MeanlDDT`
:param d_map: Distance map as created with :func:`CreateDistanceMap`.
:type d_map: :class:`DistanceMap`
:raises: Exception if *d_map* has no entries.
.. class:: Distances
Container used by :class:`DistanceMap` to store a pair wise distance for each
...
...
@@ -632,6 +646,14 @@ differences between the structures.
:rtype: :class:`list` of :class:`list` of :class:`float`
.. class:: MeanlDDT
Container returned by :func:`CreateMeanlDDTHA`.
Stores mean lDDT values for :meth:`GetNumResidues` residues of
:meth:`GetNumStructures` structures.
Has the exact same functionality and behaviour as :class:`Dist2Mean`
HMM Algorithms
--------------------------------------------------------------------------------
Openstructure implements basic HMM-related functionality that aims at
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment