Description
Plotting Module of the 'ribios' Software Suite.
Description
Provides data structures and functions for data transformation and visualization in computational biology in drug discovery as part of the 'ribios' software suite. Zhang (2025) <https://github.com/bedapub/ribiosPlot>.
README.md
ribiosPlot: Data transformation and visualisation
What is ribiosPlot?
ribiosPlot is a R package in the ribios suite that assists data transformation and visualization.
Installation
ribiosPlot depends on the ribiosUtils package, which should be installed first.
Run following commands in the R console.
library(devtools)
devtools::install_github("bedapub/ribiosPlot")
Todo
- NAMESPACE and Rd files are not generated by roxygen2.
make checkis not clean yet.