Manually change taxa_are_rows through assignment.
The taxa_are_rows slot is a logical indicating the orientation of the
abundance table contained in object x
.
taxa_are_rows(x) <- value ## S4 replacement method for signature 'otu_table,logical' taxa_are_rows(x) <- value ## S4 replacement method for signature 'phyloseq,logical' taxa_are_rows(x) <- value
x |
|
value |
A logical of length equal to 1. If |
data(esophagus) taxa_are_rows(esophagus) taxa_are_rows(otu_table(esophagus))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.