Skip to content

jrybarczyk/ADAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages