Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 891 Bytes

README.rst

File metadata and controls

executable file
·
25 lines (17 loc) · 891 Bytes

Python36

Genetics Multiple Alignment

[genetics-multiple-alignment] Genetics Multiple Alignment

Genetics Multiple Alignment is a package related to the multiple alignment of DNA sequences with the star alignment method. This was developed in the context of a bio-informatics course project at CentraleSupélec.

Authors:

  • Louis Bourguet
  • Hanaé Carrié

This package mainly provides:

  • utilitarian functions to insert gap into DNA sequences, to generate random mutations, calculate alignment score
  • a function to align 2 sequences together with the Needleman and Wunsch method
  • the multiple alignment function with the star method