physeq<- {SIAMCAT} | R Documentation |
x
Assign a new phyloseq object to x
physeq(x) <- value ## S4 replacement method for signature 'siamcat,phyloseq' physeq(x) <- value
x |
an object of class siamcat-class |
value |
an object of class phyloseq-class |
none
data(siamcat_example) physeq(siamcat_example) <- physeq(siamcat_example)