physeq {SIAMCAT} | R Documentation |
Retrieve a phyloseq-class object from object.
physeq(siamcat) ## S4 method for signature 'ANY' physeq(siamcat) ## S4 method for signature '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)