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.
Run following commands in the R console.
library(devtools)
devtools::install_github("bedapub/ribiosGraph")