Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.25 KB

Readme.md

File metadata and controls

35 lines (23 loc) · 1.25 KB

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