README.md

Graph Ensemble Neural Network README

Code Structure

Prerequisites

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

Installing and Using GENN

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.

Contact

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.



ncats/MultiOmicsGraphPrediction documentation built on Aug. 23, 2023, 9:19 a.m.