join_otu_tax: Join otu_table and tax_table to Tibble

View source: R/extensions.R

join_otu_taxR Documentation

Join otu_table and tax_table to Tibble

Description

Utility to join otu_table and tax_table to tibble.

Usage

join_otu_tax(x, column_id = "OTUID")

Arguments

x

phyloseq-class object

column_id

Provide name for the column which will hold the rownames of slot.

Value

A tibble

Examples

library(microbiomeutilities)
data("zackular2014")
p0 <- zackular2014
otu_tax <- join_otu_tax(p0,column_id = "OTUID")
head(otu_tax)

microsud/microbiomeutilities documentation built on Nov. 29, 2022, 12:18 a.m.