convertOtuTad: Converts an OTU count data frame to a TAD data frame
Description
This function takes as input a data frame representing OTU counts, such as returned by getRunOtu, and tabulates it in the form of a taxa abundance distribution (TAD).
Usage
convertOtuTad(otu)
Arguments
otu
An OTU data frame.
Value
An R data frame representing a taxa abundance distribution (TAD). The first column is species abundance and the second column represents the number of species with that level of abundance in the sample.