1. Installing GNA - GenomicNetworkAnalysis/GNA GitHub Wiki
Installing the GNA R package:
# First, install the devtools package:
install.packages("devtools")
# Install the latest version of GNA:
devtools::install_github("GenomicNetworkAnalysis/GNA")
# Load the GNA package:
require(GNA)
That's it! You are ready to start using GNA.
NOTES:
- We assume you are running R 4.3.1 or newer. We guarantee no backward or forward comparability. If something breaks please raise the issue on GitHub and we will try and fix it ASAP.
- When loading the GNA package there will often be warnings about replacing previous imports; these warnings are safe to ignore.