Skip to content
Snippets Groups Projects
Commit 7babbd69 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

SCHWED-1068: Added code to compare structures attached to a multiple seq. aln.

The code is included in the seq.alg module and it is documented (with an
example) in seqalg.rst. The main new functions are:
- clip_start = seq.alg.ClipAlignment(aln)
- d_map = seq.alg.CreateDistanceMap(aln)
- var_map = seq.alg.CreateVarianceMap(d_map)
- dist_to_mean = seq.alg.CreateDist2Mean(d_map)
parent 869e7351
Branches
Tags
No related merge requests found
Showing
with 1489 additions and 45 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment