/ribiosGraph

Tools to manipulate and visualize graph objects in the RIBIOS software suite

Primary LanguageR

ribiosGraph: Tools to manipulate and visualize graph objects

R-CMD-check badge

What is ribiosGraph?

ribiosUtils is a R package that provides tools to manipulate and visualize graph objects. It builds upon other packages including igraph and plotly to provide high-level functions to work with graphs, especially in the context of computational biology in drug discovery.

It is distributed under the GPL-3 license.

Installation

Run following commands in the R console.

library(devtools)
devtools::install_github("bedapub/ribiosGraph")