GBKviz is a web-based Genbank data visualization and comparison tool developed with streamlit web framework.
GBKviz allows user to easily and flexibly draw CDSs in user-specified genomic region (PNG or SVG format is available).
It also supports drawing genome comparison results by MUMmer.
GenomeDiagram, a part of BioPython module, is used to draw the diagram.
This software is developed under the strong inspiration of EasyFig.
If you are interested, click here to try GBKviz on Streamlit Cloud.
Due to the limited resources in Streamlit Cloud, it may be unstable.
When performing comparative analysis of users’ genomic data, use the stable, locally installed version.
Installation
GBKviz is implemented in Python3. MUMmer is required for genome comparison.
GBKviz: Genbank Data Visualization WebApp
Overview
GBKviz is a web-based Genbank data visualization and comparison tool developed with streamlit web framework. GBKviz allows user to easily and flexibly draw CDSs in user-specified genomic region (PNG or SVG format is available). It also supports drawing genome comparison results by MUMmer. GenomeDiagram, a part of BioPython module, is used to draw the diagram. This software is developed under the strong inspiration of EasyFig.
If you are interested, click here to try GBKviz on Streamlit Cloud.
Installation
GBKviz is implemented in Python3. MUMmer is required for genome comparison.
Install bioconda package:
Install PyPI package:
Use Docker (Docker Image):
Dependencies
Streamlit
Simple web framework for data analysis
BioPython
Utility tools for computational molecular biology
MUMmer
Genome alignment tool for comparative genomics
Command Usage
Launch GBKviz in web browser (http://localhost:8501):
If you are using Docker to start, above command is already executed.
Example
Example of GBKviz genome comparison and visualization results.
Fig.1: 4 phage whole genomes comparison result
Fig.2: 4 E.coli partial genomes comparison result
Fig.3: 4 E.coli whole genomes comparison result
Fig.4: Simple CDS visualization with gene label
Genome Comparison
In GBKviz, MUMmer is used as genome comparison tool. Following four genome comparison methods are available.
User can download and check genome comparison results file.
Genome comparison results file is in the following tsv format.