Skip to content

tpaulson1/AMOR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abundance Matrix Operations in R

DOI

This package is a collection of functions that are useful for performing common tasks with abundance tables.

The original code was written mostly to deal with abundance of bacterial marker genes in metagenomic data, but the functions can be useful for many other types of data where a table of samples by features is accompanied by metadata on both the samples and features.

A few statistical analysis utilities are present, like GLMs and ordination methods, but still are a work in progress.

Installation

The easiest way to install is with the devtools package. Make sure you have it installed and use

devtools::install_github("surh/AMOR")

If you want to get the development version, you can use

devtools::install_github("surh/AMOR",ref = "dev")

About

Abundance Matrix Operations in R

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%