migDNA is a simple and interactive bioinformatics app designed to help users explore and understand single nucleotide polymorphisms (SNPs) — the most common type of mutations in humans. With migDNA, users can mutate, identify, and generate DNA sequences, all within an intuitive graphical interface.
- Mutate DNA Sequences: Introduce single nucleotide mutations at random or specified positions in a DNA sequence.
- Identify Mutations: Compare two sequences to identify the exact positions and types of mutations (insertion, deletion, substitution).
- Generate random DNA sequences of custom length
- Interactive GUI with easy input of sequences via text boxes
git clone https://github.com/katfishy/migDNA.git
cd migDNA
python main.py
