All Projects → G3viz → g3viz

G3viz / g3viz

Licence: other
Lollipop-diagram to interactively visualize genetic mutations

Programming Languages

javascript
184084 projects - #8 most used programming language
r
7636 projects
TeX
3793 projects

Projects that are alternatives of or similar to g3viz

HLA
xHLA: Fast and accurate HLA typing from short read sequence data
Stars: ✭ 84 (+342.11%)
Mutual labels:  variants
pepper
PEPPER-Margin-DeepVariant
Stars: ✭ 179 (+842.11%)
Mutual labels:  variants
phenomenet-vp
A phenotype-based tool for variant prioritization in WES and WGS data
Stars: ✭ 31 (+63.16%)
Mutual labels:  variants
rvtests
Rare variant test software for next generation sequencing data
Stars: ✭ 114 (+500%)
Mutual labels:  variants
pulsar-core
🚀 Handy dynamic styles utilities for React Native and React Native Web.
Stars: ✭ 27 (+42.11%)
Mutual labels:  variants
civic-server
Backend Server for CIViC Project
Stars: ✭ 39 (+105.26%)
Mutual labels:  variants
Unleash
Unleash is the open source feature toggle service.
Stars: ✭ 4,679 (+24526.32%)
Mutual labels:  variants
variantkey
Numerical Encoding for Human Genetic Variants
Stars: ✭ 32 (+68.42%)
Mutual labels:  variants
Harbol
Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib
Stars: ✭ 18 (-5.26%)
Mutual labels:  variants
VariantRetriever
VariantRetriever is a minimalist package for feature flagging
Stars: ✭ 23 (+21.05%)
Mutual labels:  variants
Genomic-Interactive-Visualization-Engine
Genomic Interactive Visualization Engine
Stars: ✭ 131 (+589.47%)
Mutual labels:  genomics-visualization
ezancestry
Easy genetic ancestry predictions in Python
Stars: ✭ 38 (+100%)
Mutual labels:  genomics-visualization
vcf stuff
📊Evaluating, filtering, comparing, and visualising VCF
Stars: ✭ 19 (+0%)
Mutual labels:  variants
styled-variants
A scalable styled-component theming system that fully leverages JavaScript as a language for styles authoring and theming at both local and global levels.
Stars: ✭ 19 (+0%)
Mutual labels:  variants
ordo
Ordo: A minimalist language with row polymorphism
Stars: ✭ 50 (+163.16%)
Mutual labels:  variants
indigo
Indigo: SNV and InDel Discovery in Chromatogram traces obtained from Sanger sequencing of PCR products
Stars: ✭ 26 (+36.84%)
Mutual labels:  variants
CuteVCF
simple viewer for variant call format using htslib
Stars: ✭ 30 (+57.89%)
Mutual labels:  variants
pathoscore
pathoscore evaluates variant pathogenicity tools and scores.
Stars: ✭ 21 (+10.53%)
Mutual labels:  variants
spark-vcf
Spark VCF data source implementation for Dataframes
Stars: ✭ 15 (-21.05%)
Mutual labels:  variants
needlestack
Multi-sample somatic variant caller
Stars: ✭ 45 (+136.84%)
Mutual labels:  variants

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

Date: 2022-08-19

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.3

  • Updated Pfam version 33.1 (date: 2020-08-24)
  • Updated UniProt (date: 2020-08-24)
  • add "prepare_data" folder to instruct how to create hgnc2pfam.df.rda data

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].