physeq {SIAMCAT}R Documentation

Retrieve a phyloseq-class object from object.

Description

Retrieve a phyloseq-class object from object.

Usage

physeq(siamcat)

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

## S4 method for signature 'phyloseq'
physeq(siamcat)

Arguments

siamcat

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

Value

The phyloseq-class object or NULL.

Examples

    data(siamcat_example)
    physeq(siamcat_example)

[Package SIAMCAT version 1.0.0 Index]