Assign a new phyloseq object to x

physeq(x) <- value

# S4 method for siamcat,phyloseq
physeq(x) <- value

# S4 method for siamcat,otu_table
physeq(x) <- value

Arguments

x

an object of class siamcat-class

value

an object of class phyloseq-class

Value

none

Examples

data(siamcat_example) physeq(siamcat_example) <- physeq(siamcat_example)