Readme.md

ADAM: Activity and Diversity Analysis Module

Authors: André L. Molan, Giordano B. S. Seco, Agnes A. S. Takeda, Jose L. Rybarczyk-Filho Maintainer: José L. Rybarczyk-Filho

Installation

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")

Alternative installation method using devtools

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")



jrybarczyk/ADAM documentation built on March 3, 2024, 1:08 a.m.