| make_otu_table {qiimer} | R Documentation |
Create an OTU table.
make_otu_table(otus, sample_ids = NULL)
otus |
A list of QIIME-format sequence identifiers for each OTU. |
sample_ids |
An optional vector of sample IDs to include in the result. |
A matrix of OTU counts by sample.