transpose.LCA: Transpose OTU Tables With LCA Annotation For Each OTU

Description Usage Arguments Value Author(s) Examples

Description

Similar to transpose.OTU, but each OTU is annotated by the lowest common ancestor it was assigned to.

Usage

1

Arguments

data

The OTU tables to be transposed. See also RAM.input.formatting.

Value

Returns a transposed OTU table, but the colname is formatted as: LCA_otuID.

Author(s)

Wen Chen.

Examples

1
2
3
4
5
data(ITS1, ITS2)
## Not run: 
lca.t <- transpose.LCA(data=list(ITS1=ITS1, ITS2=ITS2))

## End(Not run)

Example output

Loading required package: vegan
Loading required package: permute
Loading required package: lattice
This is vegan 2.5-4
Loading required package: ggplot2

RAM documentation built on May 2, 2019, 3:04 p.m.