This is an app to help get a feel for and understand the meaning of Q-scores on DNA sequencing accuracy. The application visually simulates how different Q-scores affect the error rate in a sequenced genetic sample, providing an educational insight into sequencing technologies.
Go to the Visual Genomics / Qscore site to see it in action.
To get started with this app, clone the repository and install the dependencies:
git clone https://github.com/yourusername/qscore-visualization-app.git
cd qscore-visualization-app
npm install
To run the app locally, execute:
npm run dev
This command will start the application on http://localhost:4321/qscore/. Open your browser and navigate to this address to use the app.
Contributions are welcome! Please feel free to submit a pull request or open an issue if you have feedback, suggestions, or improvements.
This project is licensed under the ISC License - see the LICENSE file for details.