Authors: André L. Molan, Giordano B. S. Seco, Agnes A. S. Takeda, Jose L. Rybarczyk-Filho
Maintainer: José L. Rybarczyk-Filho
ADAM
is accessible on the bioconductor.org platform.
To install this package, start R and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ADAMA")
If you prefer, you can also install ADAM
using devtools
. This method might be useful if you want to install the development version directly from a GitHub repository or another source. To install using devtools
, you'll first need to ensure that devtools
is installed. If it's not, you can install it using the following command:
if (!require("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("jrybarczyk/ADAM")