We need to develop a program which take 2 or more 2 DNA sequences and make the alignment between them.

computer science

Description

We need to develop a program which take 2 or more 2 DNA sequences and make the alignment between them.

1. We need to make the alignment using the Genetic algorithm regarding population and mutation and crossover.

2. We need to make the alignment with dynamic programming

3. we need a report to compare the results between 1 and 2 and (the BLAST and FASTA which already exist on ncbi web site)

you can use python or c# for this. It should have GUI and accept the sequences from the user and show him the result.


Related Questions in computer science category