Overview¶
zDB is designed to perform comparative genomics analyses and to integrate the results in a Django web-application.
Several analyses are currently supported, with more to come:
Orthology inference
Phylogenetic reconstructions
COG annotation
KEGG orthologs annotation and pathway completion analysis
PFAM domains annotation
Virulence factors
Antimicrobial resistance genes
Swissprot homologs search
RefSeq homologs search: implemented, but significantly slows down the analysis. You’ll also have to download and prepare the database for diamond search, as this was not included in the database setup script.
All the results are stored either in a SQLite database or directly as files and displayed in the web application. Interactive visualizations facilitates the comparison of gene content and static figure can be downloaded for publication.
Here is an overview of its architecture:
If you are not setting up your own database, but instead simply want to use the webapplication of an existing installation, you can directly refer to the website tutorial of the documentation.
If you are setting up your own database, you will need to install zDB, setup some reference databases, run the analysis pipeline and finally launch the web server. An overview of the workflow is shown below:
Table of Contents¶
- Overview
- Technical documentation
- Methods
- Overview
- Protein annotation
- Homology search (RefSeq and SwissProt)
- Identification of Orthogroups
- Orthogroup multiple sequence alignments & phylogenies
- Phylogeny including top RefSeq hits
- Calculation of pairwise protein identity
- Circular genome plots (Circos)
- Species phylogeny
- Evaluation of the quality and completeness of draft genomes
- Database and software versions
- Website tutorial
- Resources
- Citing
- Changelog
- 1.3.4 - 2024-11-06
- 1.3.3 - 2024-08-08
- 1.3.2 - 2024-07-30
- 1.3.1 - 2024-07-19
- 1.3.0 - 2024-07-11 (broken release as containers are outdated)
- 1.2.1 - 2023-10-16
- 1.2.0 - 2023-10-13
- 1.1.1 - 2023-05-16
- 1.1.0 - 2023-03-30
- 1.0.8 - 2023-03-15
- 1.0.5 - 2022-12-08
- 1.0.4 - 2022-09-21
- 1.0.3 - 2022-06-07
- 1.0.2 - 2022-05-10
- 1.0.0 - 2022-04-01
- License