Skip to content

Commit

Permalink
fixup! Add positional substitution matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Sep 9, 2024
1 parent b645f93 commit 04ab023
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/biotite/sequence/seqtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,9 @@ class PositionalSequence(Sequence):
"""
A sequence where each symbol is associated with a position.
Its symbols are
For each individual position the sequence contains a separate
:class:`PositionalSequence.Symbol`, encoded by a custom alphabet for this sequence.
In consequence the symbol code is the position in the sequence itself.
This is useful for aligning sequences based on a position-specific
substitution matrix.
Expand Down

0 comments on commit 04ab023

Please sign in to comment.