WatsonWoo / amplicon-1

Statistics and visualization for amplicon data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R package "amplicon" for amplicon data statistics and visualization

Statistics and visualization for amplicon data

image

Figure 2. Examples of visualizations.

A. Boxplot showing richness of alpha diversity. B. Rarefaction curve of richness. C. Principal coordinate analysis (PCoA) of Bray-Curtis distance. D. Heatmap of Bray-Curtis distance. E. Stack plot of taxonomic composition in phylum level. F. Tree map of taxonomic composition. G. Volcano plot showing count per million and fold change of different features between KO and WT groups. H. Manhattan plot showing different features and related taxonomy between KO and WT groups.

Main features:

  • Input feature (OTU/ASV/Taxonomic) tables, metadata;
  • Supports more than ten analysis methods, provides multiple visualization styles;
    • Alpha diversity: index barplot, boxplot with stat label;
    • Beta diveristy: Supported 47 distance * 8 ordination methods, output scatter plot with stat eclippse and sample label;
    • Taxonomic composition: Stackplot in samples or groups, even support bubble plot.
  • Published-ready figures and tables.

image

Figure 1. Pipeline of EasyAmplicon for analysis pair-end amplicon data.

The EasyAmplicon pipeline mainly include three steps. Dimensionality reduction: process raw sequencing into feature table; Analysis: provide functional prediction, alpha, and beta diversity

Install

Please open RStudioļ¼Œ and run the following code for install.

library(devtools)
install_github("microbiota/amplicon")

About

Statistics and visualization for amplicon data

License:GNU General Public License v2.0


Languages

Language:R 100.0%