█████████
███░░░░░███
███████ ███ ░░░ ████████ ██████ █████████████ ██████
███░░███░███ ░░███░░███ ███░░███░░███░░███░░███ ███░░███
░███ ░███░███ █████░███ ░███ ░███ ░███ ░███ ░███ ░███ ░███████
░███ ░███░░███ ░░███ ░███ ░███ ░███ ░███ ░███ ░███ ░███ ░███░░░
░░███████ ░░█████████ ████ █████░░██████ █████░███ █████░░██████
░░░░░███ ░░░░░░░░░ ░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░ ░░░░░ ░░░░░░
███ ░███
░░██████
░░░░░░
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 R-3.6 or up
Install devtools
install.packages('devtools')
install.packages('testthat')
## allows dependencies that throw warnings to install
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS = TRUE)
devtools::install_github('mskilab/gGnome')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.