A web-based tool for calculating equimolar pooling volumes from complex sub-pools for Next-Generation Sequencing (NGS).
This calculator helps researchers determine the correct volumes to take from each pool when combining multiple complex sub-pools of NGS libraries for sequencing. It ensures that each individual sample contributes an equal number of molecules to the final sequencing run, resulting in more balanced coverage.
- Calculate equimolar pooling volumes for any number of input pools
- Support for both calculated (estimated / target) and measured concentrations
- Option to maximize the usage of original pools
- Adjustable final volume
- Real-time results with detailed metrics
- Verification of equimolarity across samples
The calculator is available at: https://bwprice.github.io/ngs-equimolar-pooling-calculator/
-
Enter information for each input pool:
- Molarity that each sample was normalized to in the sub-pool - i.e. the target molarity when pooling (nM)
- Total pool volume (μl)
- Number of samples in the pool
- (Optional) Measured concentration of each sub-pool from lab quantification
-
Choose whether to:
- Use measured concentrations (if available from Qubit, Bioanalyzer, qPCR, etc.)
- Maximize usage of original pools
- Set a specific final pool volume
-
The calculator will automatically determine:
- How much volume to take from each sub-pool
- The percentage of each sub-pool that will be used
- The final nM contribution per sample
- Total samples in the final pool
-
Clone this repository:
git clone https://github.com/bwprice/ngs-equimolar-pooling-calculator.git cd ngs-equimolar-pooling-calculator -
Install dependencies:
npm install -
Start the development server:
npm start -
Open http://localhost:3000 to view it in your browser.
To deploy to GitHub Pages:
npm run deploy
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you use this tool in your research, please cite:
Ben Price (2025) NGS Equimolar Pooling Calculator, GitHub Repository,
Available at: https://github.com/bwprice/ngs-equimolar-pooling-calculator