A R SDK for BioVis Report System. It contains color, input and config module.
- Color module is used to provide color palettes (Based on https://github.com/nanxstats/ggsci/).
- Input module is used to handle input data.
- Config module is used to handle config file.
Install BioVisReportR
from CRAN:
install.packages("BioVisReportR")
Or try the development version on GitHub:
# install.packages("devtools")
devtools::install_github("go-choppy/BioVisReportR")
To contribute to this project, please take a look at the Contributing Guidelines first. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.