A modern, responsive web application for genomic sequence analysis and visualization. The Genome Insight Hub provides researchers and bioinformaticians with powerful tools to analyze, compare, and visualize genomic data with an intuitive interface.
- Sequence Analysis: Upload and analyze genomic sequences with comprehensive reporting
- Variant Detection: Identify mutations and genetic variations in sequences
- Performance Metrics: Track analysis performance with detailed statistics
- Data Visualization: Interactive visualizations for genomic data exploration
- Quality Reports: Generate detailed quality assessment reports for sequencing data
- Sequence Comparison: Compare multiple genomic sequences to identify similarities and differences
- Database Integration: Connect to sequence databases for reference data
- Real-time Processing: Monitor analysis progress in real-time
- Node.js (v16 or later)
- npm (v7 or later) or Yarn
- Git
-
Clone the repository:
git clone https://github.com/Basira-Institute/genome-insight.git cd genome-insight-hub -
Install dependencies:
npm install # or yarn -
Start the development server:
npm run dev # or yarn dev -
Open http://localhost:5173 in your browser to see the application.
- Vite - Next Generation Frontend Tooling
- React - A JavaScript library for building user interfaces
- TypeScript - TypeScript is a typed superset of JavaScript
- shadcn/ui - Beautifully designed components
- Tailwind CSS - A utility-first CSS framework
- Lucide Icons - Beautiful & consistent icon toolkit
The application features a comprehensive dashboard that provides:
- Real-time analysis statistics
- Recent activity tracking
- Quick access to common actions
- Performance metrics and trends
- System status monitoring
This project is licensed under the MIT License - see the LICENSE file for details.