read_qiime_otu_mapping {qiimer}R Documentation

Parse an OTU mapping file from QIIME.

Description

Parse an OTU mapping file from QIIME.

Usage

read_qiime_otu_mapping(filepath, prefix = "")

Arguments

filepath

Path to the OTU mapping file.

prefix

OTU names will be prefixed with this value.

Value

A list of sequence identifiers for each OTU.


[Package qiimer version 0.9.4 Index]