Skip to content
forked from mskilab-org/GxG

Scalable GenomicRanges based class for storing, manipulating, and querying genomic matrices and pairwise features.

License

Notifications You must be signed in to change notification settings

stanleyrc/GxG_dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov.io

GxG

GenomicRanges-based classes for representing, querying, and manipulating matrices of genomic data (ie a map of pairs of genomic coordinates to a numeric value). Applications include visualization and analysis of Hi-C contact maps, barcode overlap in 10X, microhomology heatmaps, pairwise LD, and epistasis.

Install

  1. Install R-3.5

  2. Install devtools

install.packages('devtools')
  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/GxG')

Documentation

GxG Tutorial

alttext) alttext) alttext)

Attributions

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

Funding sources

About

Scalable GenomicRanges based class for storing, manipulating, and querying genomic matrices and pairwise features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 87.0%
  • C++ 13.0%