orig_feat {SIAMCAT}R Documentation

Retrieve a otu_table-class object from orig_feat slot.

Description

Retrieve a otu_table-class object from orig_feat slot.

Usage

orig_feat(siamcat)

## S4 method for signature 'ANY'
orig_feat(siamcat)

## S4 method for signature 'orig_feat'
orig_feat(siamcat)

Arguments

siamcat

(Required). An instance of siamcat-class that contains a label or instance of otu_table-class.

Value

The otu_table-class object or NULL.

Examples

    data(siamcat_example)
    data_split(siamcat_example)

[Package SIAMCAT version 1.0.0 Index]