Giter Site home page Giter Site logo

sivasan / gbkviz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moshi4/gbkviz

0.0 0.0 0.0 5.38 MB

Easy-to-use web application for visualization and comparison of genomes in Genbank file

License: MIT License

Python 99.46% Dockerfile 0.54%

gbkviz's Introduction

GBKviz: Genbank Data Visualization WebApp

Open in Streamlit Python3 License Latest PyPI version Bioconda CI

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.

GBKviz Demo GIF
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.

Install bioconda package:

conda install -c bioconda -c conda-forge gbkviz

Install PyPI package:

pip install gbkviz

Use Docker (Docker Image):

docker pull moshi4/gbkviz:latest
docker run -d -p 8501:8501 moshi4/gbkviz:latest

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):

gbkviz_webapp

If you are using Docker to start, above command is already executed.

Example

Example of GBKviz genome comparison and visualization results.

GBKviz Example Fig1
Fig.1: 4 phage whole genomes comparison result

GBKviz Example Fig2
Fig.2: 4 E.coli partial genomes comparison result

GBKviz Example Fig3
Fig.3: 4 E.coli whole genomes comparison result

GBKviz Example Fig4
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.

  • Nucleotide One-to-One Mapping
  • Nucleotide Many-to-Many Mapping
  • Protein One-to-One Mapping
  • Protein Many-to-Many Mapping

User can download and check genome comparison results file.
Genome comparison results file is in the following tsv format.

Columns Contents
REF_START Reference genome alignment start position
REF_END Reference genome alignment end position
QUERY_START Query genome alignment start position
QUERY_END Query genome alignment end position
REF_LENGTH Reference genome alignment length
QUERY_LENGTH Query genome alignment length
IDENTITY Reference and query genome alignment identity (%)
REF_NAME Reference genome name tag
QUERY_NAME Query genome name tag

gbkviz's People

Contributors

moshi4 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.