physeq<- {SIAMCAT}R Documentation

Assign a new phyloseq object to x

Description

Assign a new phyloseq object to x

Usage

physeq(x) <- value

## S4 replacement method for signature 'siamcat,phyloseq'
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)

[Package SIAMCAT version 1.2.1 Index]