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
81ff0ff9
Commit
81ff0ff9
authored
13 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Made the documentation of superpose a bit more understandable.
parent
2478983c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/mol/alg/pymod/superpose.py
+5
-5
5 additions, 5 deletions
modules/mol/alg/pymod/superpose.py
with
5 additions
and
5 deletions
modules/mol/alg/pymod/superpose.py
+
5
−
5
View file @
81ff0ff9
...
@@ -260,9 +260,9 @@ def MatchResidueByGlobalAln(ent_a, ent_b, atoms='all'):
...
@@ -260,9 +260,9 @@ def MatchResidueByGlobalAln(ent_a, ent_b, atoms='all'):
def
Superpose
(
ent_a
,
ent_b
,
match
=
'
number
'
,
atoms
=
'
all
'
):
def
Superpose
(
ent_a
,
ent_b
,
match
=
'
number
'
,
atoms
=
'
all
'
):
"""
"""
Superposes the
first
entity onto the
second
. To do so, two views are
created,
Superposes the
model
entity onto the
reference
. To do so, two views are
returned with the result. **atoms** describes what goes in to these
views and
created,
returned with the result. **atoms** describes what goes in to these
**match** the selection method. For superposition,
views and
**match** the selection method. For superposition,
:func:`~ost.mol.alg.SuperposeSVD` is called. For matching, following methods
:func:`~ost.mol.alg.SuperposeSVD` is called. For matching, following methods
are recognised:
are recognised:
...
@@ -278,9 +278,9 @@ def Superpose(ent_a, ent_b, match='number', atoms='all'):
...
@@ -278,9 +278,9 @@ def Superpose(ent_a, ent_b, match='number', atoms='all'):
* ``global-aln`` - select residues from a Needleman/Wunsch alignment, includes
* ``global-aln`` - select residues from a Needleman/Wunsch alignment, includes
**atoms**, calls :func:`~ost.mol.alg.MatchResidueByGlobalAln`
**atoms**, calls :func:`~ost.mol.alg.MatchResidueByGlobalAln`
:param ent_a: The
first
entity
:param ent_a: The
model
entity
:type ent_a: :class:`~ost.mol.EntityView` or :class:`~ost.mol.EntityHandle`
:type ent_a: :class:`~ost.mol.EntityView` or :class:`~ost.mol.EntityHandle`
:param ent_b: The
second
entity
:param ent_b: The
reference
entity
:type ent_b: :class:`~ost.mol.EntityView` or :class:`~ost.mol.EntityHandle`
:type ent_b: :class:`~ost.mol.EntityView` or :class:`~ost.mol.EntityHandle`
:param match: Method to gather residues/ atoms
:param match: Method to gather residues/ atoms
:type match: :class:`str`
:type match: :class:`str`
...
...
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