Giter Site home page Giter Site logo

G3viz: an R package to interactively visualize genetic mutation data using a lollipop-diagram

Date: 2022-06-30

Build Status CRAN_version CRAN_monthly_download

Live demo

Introduction

Intuitively and effectively visualizing genetic mutation data can help researchers to better understand genomic data and validate findings. G3viz is an R package which provides an easy-to-use lollipop-diagram tool. It enables users to interactively visualize detailed translational effect of genetic mutations in RStudio or a web browser, without having to know any HTML5/JavaScript technologies.

The features of g3viz include

  • Interactive (zoom & pan, tooltip, brush selection tool, and interactive legend)
  • Highlight and label positional mutations
  • 8 ready-to-use chart themes
  • Highly customizable with over 50 chart options and over 35 color schemes
  • Save charts in PNG or high-quality SVG format
  • Built-in function to retrieve protein domain information and resolve gene isoforms
  • Built-in function to map genetic mutation type (a.k.a, variant classification) to mutation class

Install g3viz

Install from R repository

# install package
install.packages("g3viz", repos = "http://cran.us.r-project.org")

or install development version from github

# Check if "devtools" installed
if("devtools" %in% rownames(installed.packages()) == FALSE){ 
  install.packages("devtools")
}

# install from github
devtools::install_github("g3viz/g3viz")

Reference

Guo, X., et al. (2020). G3viz: an R package to interactively visualize genetic mutation data using a lollipop-diagram. Bioinformatics, 36(3), 928-929.

What's new

1.1.5

  • Updated getMutationsFromCbioportal (date: 2022-06-23)
  • Remove Dependency cgdsr; Add Dependency cBioPortalData (date: 2022-06-23)
  • Updated hgnc2pfam.df.rda (date: 2022-06-24)

g3viz's Projects

g3viz icon g3viz

Lollipop-diagram to interactively visualize genetic mutations

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.