A modern web-based implementation of bioinformatics sequence alignment algorithms, including Needleman-Wunsch and Smith-Waterman, built with the Next.js framework.
This project demonstrates the power of web-based tools in bioinformatics. Using Next.js, this application provides an intuitive interface to perform and visualize sequence alignment using Needleman-Wunsch and Smith-Waterman algorithms.
- Needleman-Wunsch Algorithm: Global sequence alignment.
- Smith-Waterman Algorithm: Local sequence alignment.
- Interactive interface for inputting sequences.
- Visualization of alignment results, including scoring matrices and alignment steps.
- Responsive and modern UI.
- Next.js: Framework for server-rendered React applications.
- React: Frontend library for building the user interface.
- TailwindCSS: For modern, responsive UI styling.
- JavaScript/TypeScript: Logic and algorithm implementation.
- Clone the Repository:
https://github.com/tsoomo446/bioinformatic.git
- Move to the directory:
cd bioinformatic
- Install Dependencies:
npm install
- Run nextjs project:
npm run dev