Learn R Programming

qiimer (version 0.9.4)

make_otu_table: Create an OTU table.

Description

Create an OTU table.

Usage

make_otu_table(otus, sample_ids = NULL)

Arguments

otus
A list of QIIME-format sequence identifiers for each OTU.
sample_ids
An optional vector of sample IDs to include in the result.

Value

A matrix of OTU counts by sample.