Retrieve a phyloseq-class object from object.
physeq(siamcat, errorIfNULL=TRUE) # S4 method for ANY physeq(siamcat) # S4 method for phyloseq physeq(siamcat)
siamcat | (Required). An instance of siamcat-class that contains a label or instance of phyloseq-class. |
---|
The phyloseq-class object or NULL.
data(siamcat_example) physeq(siamcat_example)#> phyloseq-class experiment-level object #> otu_table() OTU Table: [ 47 taxa and 141 samples ] #> sample_data() Sample Data: [ 141 samples by 3 sample variables ]