orig_feat {SIAMCAT} | R Documentation |
Retrieve a otu_table-class object from otu_table slot in the phyloseq slot in a siamcat object
orig_feat(siamcat) ## S4 method for signature 'ANY' orig_feat(siamcat) ## S4 method for signature 'otu_table' orig_feat(siamcat)
siamcat |
(Required). An instance of siamcat-class that contains a label or instance of otu_table-class. |
The otu_table-class object or NULL.
data(siamcat_example) orig_feat(siamcat_example)