physeq | R Documentation |
Retrieve a phyloseq-class object from object.
physeq(siamcat, verbose=1)
## S4 method for signature 'ANY'
physeq(siamcat, verbose = 1)
## S4 method for signature 'phyloseq'
physeq(siamcat)
siamcat |
(Required). An instance of siamcat-class that contains a label or instance of phyloseq-class. |
verbose |
If the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message) |
The phyloseq-class object or NULL.
data(siamcat_example)
physeq(siamcat_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.