assign-orig_feat: Assign a new otu_table object to 'x' orig_feat slot

orig_feat<-R Documentation

Assign a new otu_table object to x orig_feat slot

Description

Assign a new otu_table object to x orig_feat slot

Usage

orig_feat(x) <- value

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

Arguments

x

an object of class siamcat-class

value

an object of class otu_table-class

Value

none

Examples

data(siamcat_example)
orig_feat(siamcat_example) <- orig_feat(siamcat_example)

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