make_otu_table {qiimer}R Documentation

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.


[Package qiimer version 0.9.4 Index]