Description Usage Arguments Value Examples
Checking format of phyloseq object for HTSSIP compatibility
| 1 | physeq_format(physeq)
 | 
| physeq | Phyloseq object | 
phyloseq object
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # this data should be formatted for HTSSIP
data(physeq_S2D2)
physeq_format(physeq_S2D2)
# this data should NOT be correctly formatted for HTSSIP
## Not run: 
library(phyloseq)
data(GlobalPatterns)
tryCatch(
 physeq_format(GlobalPatterns),
 function(e) e
 )
 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.