Skip to content

G3viz/g3viz

Repository files navigation

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

Date: 2024-09-04

Build Status CRAN status 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.2.0

  • Updated Pfam (v37.0) (date: 2024-07-29)
  • Updated UniProtKB (date: 2024-07-29)
  • Updated hgnc2pfam.df.rda (date: 2024-07-29)

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)

About

Lollipop-diagram to interactively visualize genetic mutations

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •