Created By Bano Rani for educational purpose
GeneAligner is a beginner-friendly bioinformatics web app built with Streamlit that helps users perform and visualize DNA/RNA sequence alignments using multiple alignment techniques like:
- ๐น Dot Matrix
- ๐น Needleman-Wunsch (Global Alignment)
- ๐น Smith-Waterman (Local Alignment)
- ๐น Word Method
โ
Upload or type DNA/RNA sequences
โ
Clean and validate sequences automatically
โ
Choose from multiple alignment algorithms
โ
Visualize alignment steps and scoring matrices
โ
Download or copy alignment results
๐ง Use Cases ๐งฌ Teaching bioinformatics alignment concepts
๐งช Practicing global vs. local alignment
๐ฉโ๐ซ Classroom demos for biology students
๐ป Hands-on project for beginners in bioinformatics
๐ License MIT License. See LICENSE for more information.
๐ก Credits Created with โค๏ธ using Streamlit Bioinformatics algorithms adapted for educational use
- Clone the repository
git clone https://github.com/yourusername/gene-aligner-app.git
cd gene-aligner-app