Skip to content
Robert J. Gifford edited this page Oct 23, 2024 · 33 revisions

Welcome to the Dengue-GLUE User Guide!

Dengue-GLUE is an open resource supporting comparative genomic analysis of dengue virus (DENV), developed using the GLUE software framework.

Dengue virus (DENV) is a mosquito-borne flavivirus. DENV infection causes dengue fever, an endemic disease in tropical and subtropical regions worldwide.

GLUE is an open, integrated software toolkit designed for storing and interpreting sequence data. It supports the creation of bespoke projects that incorporate essential data items for comparative genomic analysis, such as sequences, multiple sequence alignments, genome feature annotations, and other associated data.

Projects are loaded into the GLUE "engine," forming a relational database that represents the semantic relationships between data items. Users can interact with project data via GLUEs command line interpreter and scripting layer. This foundation supports systematic comparative analyses and the development of sequence-based resources.


Key Features

  • Comprehensive Database: Dengue-GLUE integrates DENV genome feature definitions, genome-length reference sequences, multiple sequence alignments, and standardised metadata for all DENV lineages.

  • GLUE Framework Integration: Built on the GLUE software framework, Dengue-GLUE offers an extensible platform for efficient, standardized, and reproducible computational genomic analysis of dengue virus.

  • Phylogenetic Structure: Sequence data in Dengue-GLUE is organized in a phylogenetically-structured manner, allowing users to explore evolutionary relationships easily.

  • Rich Annotations: Annotated reference sequences enable rigorous comparative genomic analysis related to conservation, adaptation, structural context, and genotype-to-phenotype associations.

  • Automated Genotyping: Dengue-GLUE can perform automated genotyping of DENV sequences (including subgenomic sequences) following recently proposed lineage nomenclature, via GLUE's maximum likelihood clade assignment (MLCA) algorithm.

  • Exploratory and operational: Dengue-GLUE can be used for exploratory work in a research setting, but can also provide a robust foundation for more operational processes (e.g. to be performed in a public health setting).

  • Extensible This Dengue-GLUE base project can be extended with additional layers, openly available via GitHub. These include NCBI-Dengue-GLUE: which extends Dengue-GLUE through the incorporation of all DENV sequence data published in NCBI GenBank.


Getting Started

To begin using Dengue-GLUE for comparative genomic analysis, follow these steps:

  1. Install GLUE: First, install the GLUE software framework, which forms the foundation of Dengue-GLUE. You can either opt for a native installation or use Docker, depending on your preferences and system setup.
  2. Download and Install the Dengue-GLUE Project: Dengue-GLUE can be installed as prebuilt database, or constructed from scratch via a local project build process. The prebuilt database allows for quick setup, while the local build process allows for more customization.