README.md

R Package for Community Matrix Analysis

In development.

Tools to anlyse community matrix especially from eDNA

The package contains functions to read, write, manipulate, visualize, analyse community data and its meta data, such as taxonomy, environment variables, phylogenetic trees. The analyses aim to assessing diversities, finding primary effective metadata, discover the pattern of high related samples, etc.

Some visualizations have been moved to the gg1L package which provides one-line plotting functions. Recommend to load gg1L as well when using a pipeline.

Installation

You can use the devtools::install_github() function to install the latest release directly from the GitHub:

library(devtools)
devtools::install_github("walterxie/ComMA@*release")
library(ComMA)
library(gg1L)

Or a perticular release version:

devtools::install_github("walterxie/ComMA@v0.1.0")

Or the latest development version:

devtools::install_github("walterxie/ComMA")

Read the package introduction:

package?ComMA

To see all exported functions:

help(package = "ComMA")

Tutorials

It may take time to load the page from GitHub.

  1. One-line plotting

  2. RDP + Greengenes vs. BLAST + MEGAN



walterxie/ComMA documentation built on May 3, 2019, 11:51 p.m.