Skip to content

R API for browsing, analyzing, and manipulating reference-aligned genome graphs in a GenomicRanges framework

License

Notifications You must be signed in to change notification settings

mskilab-org/gGnome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov.io

gGnome

            █████████                                             
           ███░░░░░███                                            
  ███████ ███     ░░░ ████████    ██████  █████████████    ██████ 
 ███░░███░███        ░░███░░███  ███░░███░░███░░███░░███  ███░░███
░███ ░███░███    █████░███ ░███ ░███ ░███ ░███ ░███ ░███ ░███████ 
░███ ░███░░███  ░░███ ░███ ░███ ░███ ░███ ░███ ░███ ░███ ░███░░░  
░░███████ ░░█████████ ████ █████░░██████  █████░███ █████░░██████ 
 ░░░░░███  ░░░░░░░░░ ░░░░ ░░░░░  ░░░░░░  ░░░░░ ░░░ ░░░░░  ░░░░░░  
 ███ ░███                                                         
░░██████                                                          
 ░░░░░░                                                           

R API for genome graphs

The gGnome package provides a flexible, queriable R interface to graphs and walks of reference genomic intervals. gGnome is written in the R6 object oriented standard and built around a powerful GenomicRanges, data.table, and igraph backend, and thus supports agile interaction with graphs consisting of hundreds of thousands of nodes and edges.

Install

  1. Install R-3.6 or up

  2. Install devtools

install.packages('devtools')
install.packages('testthat')
  1. Install gGnome and dependent packages
## allows dependencies that throw warnings to install
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS = TRUE)


devtools::install_github('mskilab/gGnome')

Documentation

gGnome Tutorial

alttext

Attributions

Marcin Imielinski - Assistant Professor, Weill Cornell Medicine Core Member, New York Genome Center.

Xiaotong Yao - Graduate Research Assistant, Weill Cornell Medicine, New York Genome Center.

Joseph DeRose - Undergraduate Research Assistant, New York Genome Center.

Rick Mortensen - Undergraduate Research Assistant, New York Genome Center, Memorial Sloan-Kettering Cancer Center

Funding sources

About

R API for browsing, analyzing, and manipulating reference-aligned genome graphs in a GenomicRanges framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published