Returns the transpose of the given OTU table, excluding the
last column (which should contain taxonomic information).
Usage
transpose.OTU(data)
Arguments
data
The OTU table to be transposed.
Value
Returns a data frame with rows equal to the columns of the
original OTU, and columns equal to the rows of the original OTU.
(Excluding the taxonomy column).