An R package for carrying out Regulatory Flow Analysis.
To install regflow from this GitHub repository,
use the function install_github in the
devtools package.
library( devtools )
install_github( "AstraZeneca/regflow" ) Stardard help is available for the package and exported functions:
library( regflow )
? `regflow-package`
A simple example is available in the directory demo:
demo( package = "regflow" )
The package was tested on Windows and Unix platforms.
The following packages need to be installed before the package can be used: biomaRt, ggplot2, ggrepel, igraph, Matrix, moments, OmnipathR, RSpectra
