Skip to contents

Convert an rbiom object to a base R list.

Usage

# S3 method for rbiom
as.list(biom)

Arguments

biom

An rbiom object, such as from as_rbiom().

Value

A list with names c('counts', 'metadata', 'taxonomy', 'tree', 'sequences', 'id', 'comment', 'date', 'generated_by').