Zubair Khalid

Virologist/Molecular Biologist | Veterinarian | Bioinformatician

Conventional & Molecular Virology • Vaccine Development • Computational Biology

Dr. Zubair Khalid is a veterinarian and virologist specializing in conventional and molecular virology, vaccine development, and computational biology. Dedicated to advancing animal health through innovative research and multi-omics approaches.

Dr. Zubair Khalid - Veterinarian, Virologist, and Vaccine Development Researcher specializing in Computational Biology, Multi-omics, Animal Health, and Infectious Disease Research

Blog · Guides · Published 2026-07-12

Viral Genomic Surveillance: Building an Analysis and Reporting Workflow

This guide connects sampling, sequencing, metadata curation, phylogenetic analysis, quality assurance, and public health communication into a single reproducible workflow. It is written for public health laboratory scientists, epidemiologists, bioinformaticians, and anyone establishing or refining a viral surveillance pipeline. You will learn how to move from raw clinical specimens to actionable reports while managing uncertainty and maintaining rigor. The approach described here draws on established technical references including the NCBI Bookshelf for foundational protocols and the EMBL-EBI Training resources for data handling best practices.

Viral genomic surveillance is not a single step. It is a chain of dependent actions where a weak link can invalidate downstream conclusions. Every stage, from sample collection to report dissemination, must be documented and quality controlled. The Galaxy Training Network offers workflow templates that illustrate how to connect these stages, but each surveillance program must adapt general principles to its specific pathogen, resources, and public health questions.

At a Glance

Step Key Considerations Tools or Standards
Sample collection Appropriate specimen type, storage, transport Standard operating procedures, clinical guidelines
Nucleic acid extraction Inhibitor removal, yield, purity Commercial kits with internal controls
Sequencing library prep Target enrichment vs metagenomic, depth requirements Amplicon panels, capture probes, or random priming
Sequencing Platform choice, read length, error profile Illumina, Nanopore, PacBio, run QC metrics
Data preprocessing Adapter trimming, read quality filtering, host read removal fastp, Trimmomatic, Kraken2
Consensus generation Reference mapping vs de novo assembly, minimum depth thresholds iVar, bcftools, SPAdes
Metadata curation Standardized fields, ontology terms, timestamps NCBI BioSample attributes, GISAID metadata
Quality assurance Contamination checks, phylogenetic placement consistency Nextclade, Pangolin, custom QC pipelines
Phylogenetic inference Model selection, root choice, temporal signal assessment IQ-TREE, BEAST, treetime
Reporting Lineage classification, variant annotation, public health context Lineage tools, custom reports, dashboards

Sampling and Sequencing Considerations

The quality of your genomic surveillance begins at the bedside or field site. Specimen type directly affects viral load and sequencing success. For respiratory viruses, nasopharyngeal swabs are routine, but for other pathogens like mpox virus, lesion swabs or scabs may be required (see [9] for a discussion of decentralized testing approaches in Africa). Always collect metadata such as collection date, geographic location, and clinical presentation at the time of sampling.

Sequencing strategy depends on viral genome size, genetic diversity, and the surveillance question. Targeted amplicon sequencing (e.g., ARTIC protocol for SARS-CoV-2) provides high depth and is cost effective when the virus is known. Metagenomic sequencing, as used in the detection of neuroinvasive Sindbis virus from cerebrospinal fluid ([7]), can capture unexpected or novel viruses but requires deeper sequencing and more computational filtering. For outbreak investigations, the NCBI Sequence Read Archive serves as a critical repository for depositing and accessing raw data, enabling retrospective analysis and comparison.

Metadata: The Underappreciated Backbone

A viral genome sequence without metadata is nearly useless for surveillance. Minimum required fields include collection date, geographic location (at least administrative level), host species, and specimen type. The NCBI Bookshelf provides guidance on BioSample attributes, and many public health agencies have adopted the GISAID metadata template for influenza and SARS-CoV-2. For veterinary surveillance, as demonstrated in a genomic characterization study of Mycoplasma bovis, Mannheimia haemolytica, and bovine viral diarrhea virus 1 from a bovine respiratory disease case ([6]), metadata on herd history, vaccination status, and clinical signs were essential for interpreting the genetic relationships.

Standardize date formats to ISO 8601 (YYYY-MM-DD). Use controlled vocabularies or ontologies for symptoms, sample types, and geographic names. Avoid free text fields that cannot be parsed programmatically. Inconsistent metadata is the most common cause of failed phylogenetic analyses and misinterpreted clusters.

Quality Assurance and Quality Control

Quality assurance must be applied at every stage, not just after sequencing. Start with positive and negative controls during extraction and library preparation. After sequencing, assess read quality using per base quality scores, GC content, and duplication levels. The Bioconductor project includes packages like ShortRead and Rsamtools for programmatic QC in R, while the Galaxy Training Network provides interactive workflows for these steps.

Consensus genome quality depends on depth of coverage. A minimum of 10x coverage per base is often considered the lower bound for reliable base calling, but many surveillance programs use 20x or 30x for public health decisions. Check for mixed base calls (i.e., iupac ambiguity codes) which may indicate mixed infections or sequencing errors. The emergence of an E.4 lineage in mpox virus and structural analysis of the A28L protein ([8]) highlights how careful variant calling at the consensus level is needed to distinguish true mutations from artifacts.

Phylogenetic Analysis and Cluster Interpretation

Phylogenetic inference places your sequences in the context of known diversity. For rapid surveillance, maximum likelihood approaches using IQ-TREE or FastTree are common. For more detailed temporal analysis, Bayesian methods (e.g., BEAST) can estimate rates of evolution and dates of common ancestry. The systematic evaluation of SNP based genotyping methods in varicella zoster virus molecular epidemiology ([11]) demonstrates how different phylogenetic approaches can yield consistent cluster definitions when applied carefully.

A common mistake is to interpret a phylogenetic cluster as evidence of direct transmission. Phylogenetic trees show shared ancestry, not transmission routes. A cluster of identical or near identical genomes may reflect rapid spread within a community, but it could also result from a common, unsampled intermediate. An internal guide titled Viral Phylogenetics: Interpreting Clusters Without Overstating Transmission expands on this point. Always combine phylogenetic data with epidemiological contact information and temporal metadata to avoid overinterpretation.

Public Health Communication and Reporting

The final step is translating genomic data into actionable information for public health decision makers. Reports should include lineage or clade assignment, key amino acid changes (e.g., in spike protein for SARS coronaviruses), and comparison with circulating strains. The rapid characterization of the 2026 Bundibugyo virus disease outbreak in the Democratic Republic of the Congo ([10]) emphasizes that timely sharing of genomic data with global databases and local health authorities is critical for coordinated response.

Use standardized lineage nomenclature (e.g., Pango for SARS-CoV-2, Nextstrain clades for influenza) to avoid confusion. Visualizations such as time resolved phylogenies or geographic maps help communicate trends. Always state limitations: sampling bias, sequencing errors, and incomplete lineage representation. A transparent report includes a quality metrics table showing genome completeness, coverage depth, and any regions with ambiguous calls.

Common Mistakes and How to Avoid Them

Limits and Uncertainty

Viral genomic surveillance has inherent limits. Sequencing errors can introduce spurious variants, especially in low coverage regions. Recombination in some viruses (e.g., norovirus, influenza) can confound phylogenetic tree inference because different genomic regions have different evolutionary histories. Sampling bias is almost always present: unsampled cases can create apparent transmission clusters that disappear when those cases are added later.

Variants may arise from laboratory contamination rather than true biological change. Include negative controls in every sequencing run and use contamination screening tools. Temporal signal in phylogenies can be weak when samples span a short time period. Before using a molecular clock, test for sufficient temporal structure (e.g., regression of root to tip distances against sampling dates). Finally, remember that genomic data alone cannot prove causality in transmission. It provides supporting evidence that must be weighed with other epidemiological information.

Frequently Asked Questions

What is the minimum sequencing depth for consensus calling? A common threshold is 10x coverage per base, but many public health programs require 20x or 30x to confidently call variants. For amplicon based methods, uniform coverage across the genome is more important than average depth.

How should I handle mixed infections or coinfections? Mixed infections may produce ambiguous base calls or multiple variants at a single position. Use software designed for within host variant detection and report minority variants above a frequency threshold (e.g., 5%). If mixtures are suspected, consider single genome amplification or deep sequencing with unique molecular identifiers.

Can I use a phylogenetic tree to prove that person A infected person B? No. Phylogenetic trees show genetic relatedness, not direction of transmission. Even with very closely related sequences, there are many possible scenarios including an unsampled common source. Combine phylogenetics with detailed epidemiological interviews and contact tracing to build a stronger case.

How often should I update the reference genome used for mapping? Use the most recent reference genome recommended by the global surveillance community. For rapidly evolving viruses like SARS-CoV-2, reference sequences are updated periodically. Outdated references can cause mapping errors and missed variants. Check repositories such as GISAID or GenBank quarterly for new reference versions.

References and Further Reading

Related Articles