Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

""" 

Package provides basic modules for alignment analyses. 

""" 

# flake8: noqa 

from .multiple import Multiple, mult_align 

from .pairwise import ( 

Pairwise, pw_align, nw_align, sw_align, we_align, structalign, turchin, edit_dist, 

) 

from .sca import MSA, PSA, Alignments, SCA