Description Usage Arguments Value Author(s) Examples
Returns the transpose of the given OTU table, excluding the last column (which should contain taxonomic information).
1 |
data |
The OTU table to be transposed. |
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).
Wen Chen and Joshua Simpson.
1 2 | data(ITS1)
ITS1.t <- transpose.OTU(ITS1)
|
Loading required package: vegan
Loading required package: permute
Loading required package: lattice
This is vegan 2.5-4
Loading required package: ggplot2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.