features<- {SIAMCAT}R Documentation

Assign a new otu_table object to x features slot

Description

Assign a new otu_table object to x features slot

Usage

features(x) <- value

## S4 replacement method for signature 'siamcat,otu_table'
features(x) <- value

Arguments

x

an object of class siamcat-class

value

an object of class otu_table-class

Value

none

Examples

data(siamcat_example)
features(siamcat_example) <- features(siamcat_example)

[Package SIAMCAT version 1.0.0 Index]