Code was developed and tested in R version 4.3.0. It is recommended that the user run this package with this or a later version of R.
GENN depends on the following R packages, all of which can be installed via CRAN: grDevices igraph IntLIM methods * stats
To install IntLIM, simply type the following in the R terminal:
install.packages("devtools")
library(devtools)
idevtools::install_github("ncats/GENN")
You may then load GENN to use in any R script by including the following command:
library("GENN")
Please see the vignettes for detailed examples using the GENN workflow.
If you encounter any problems running on the software, or find installation problems or bugs, please start an issue on the Issues tab or email XXX at XXX@XXX.XXX or XXX at XXX@XXX.XXX. We are also very open to any comments, including how we can improve and ameliorate the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.