assign-physeq: Assign a new phyloseq object to 'x'

physeq<-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)

zellerlab/siamcat documentation built on Feb. 1, 2024, 2:21 a.m.