NEBNext multiplex PCR sequencing primers for respiratory syncytial virus (RSV) A & B
Primer positions were liberally estimated based on homology of 3' ends on the assumption that overtrimming (e.g. using samtools ampliconclip) unlikely to materially reduce coverage.
To analyze sequencing data from RSV samples generated using the NEBNext multiplex PCR approach on an ONT sequencer, we recommend using a Galaxy workflow that aligns reads to RSV A and B reference genomes and generates consensus sequences with comprehensive quality metrics.
Galaxy is a web-based platform for accessible, reproducible, and transparent computational research. It provides a user-friendly interface for running complex bioinformatics workflows without requiring command-line expertise.
Important: You must create a free Galaxy account and be logged in to run workflows and save your analysis results.
Register for a free account at usegalaxy.org if you want to work in the servers in the United States, or usegalaxy.eu if want to use the European Galaxy.
Example RSV sequencing data is available to help you test the workflow:
- Example NEB RSV Data History (usegalaxy.org)
- Example NEB RSV Data History (usegalaxy.eu)
- Once logged in, you can import this history to your account
Access and import the analysis workflow:
- RSV Analysis Workflow (usegalaxy.org)
- RSV Analysis Workflow (usegalaxy.eu)
- Click to import the workflow to your Galaxy account
The workflow requires the following inputs:
- Input Reads (required): A collection of ONT reads in FASTQ format (optionally pre-trimmed using dorado)
- RSV Reference Fasta (required): Reference genome containing contigs for both RSV A (rsva_vr1540) and RSV B (rsvb_vr1580)
- Primer Bed (required): BED file containing primer locations on the reference genome
- Amplicon BED (required): BED file containing the boundaries of overlapping amplicons for coverage measurement
- Min Depth (parameter): Minimum depth to call consensus (default: 10, minimum: 1)
- Log in to your Galaxy account
- Import the workflow using the link above
- Upload your sequencing data or use the example data
- Navigate to Workflow in the top menu
- Find "NEB ONT RSV" and click the dropdown arrow, then select Run
- Configure the workflow inputs:
- Select your input reads collection
- Select or upload the RSV reference FASTA
- Select or upload the primer BED file
- Select or upload the amplicon BED file
- Set minimum depth parameter (if different from default)
- Click Run Workflow
- Monitor progress in your History panel
The workflow performs the following analysis steps:
- Adapter trimming: Removes sequencing adapters using Porechop (in case they were not trimmed previously)
- Quality control: Assesses read quality using Falco
- Read alignment: Maps reads to RSV A/B reference genomes using minimap2
- Primer clipping: Removes primer sequences using samtools ampliconclip (also counts the primer usage)
- Subtype separation: Splits reads into RSV A and RSV B specific datasets
- Consensus calling: Generates consensus sequences for each subtype using ivar consensus
- Variant calling: Identifies variants using ivar variants
- Alignment summary metrics (Picard)
- Mapping statistics (samtools flagstat, idxstats, stats)
- Coverage analysis (mosdepth, QualiMap BamQC)
- Hybrid selection metrics (Picard CollectHsMetrics)
- Primer usage statistics
The workflow generates the following key outputs:
- Consensus sequences: FASTA files for RSV A and RSV B
- Variant calls: Tabular file listing detected variants
- Primer usage: Combined primer usage statistics across all samples
- Quality reports: Comprehensive QC reports including:
- Coverage plots and statistics
- Alignment metrics
- Per-amplicon coverage data
- Quality control visualizations
The workflow authors recommend further assessment of RSV subtypes using Nextclade, which provides clade assignment and mutation analysis for RSV sequences.
If you use this workflow in a publication, please acknowledge as follows:
Creators:
- Matthew Angel (ORCID: 0000-0002-3882-1504)
- Bradley W. Langhorst (ORCID: 0000-0001-7390-1094)
- New England Biolabs