Description
Manipulate and Visualize Graphs in the 'ribios' Software Suite.
Description
Tools to manipulate and visualize graphs (networks) for computational biology in drug discovery, for instance functions for creating bipartite graphs and for interactive visualizations. Zhang (2025) <https://github.com/bedapub/ribiosGraph>.
README.md
ribiosGraph: Tools to manipulate and visualize graph objects
What is ribiosGraph?
ribiosGraph 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")