otu_ref: Create a otu reference table

Description Usage Arguments Methods (by class)

View source: R/phyloseq-to-tibbles.R

Description

Create a otu reference table

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
otu_ref(data, otu, tax)

## S3 method for class 'phyloseq'
otu_ref(data)

## S3 method for class 'otu_table'
otu_ref(otu, tax)

## S3 method for class 'taxonomyTable'
otu_ref(otu, tax)

## S3 method for class 'tax_tbl'
otu_ref(tax)

## S3 method for class 'otu_tbl'
otu_ref(otu)

Arguments

data

an object to convert to otu_ref

Methods (by class)


tbradley1013/KEGGerator documentation built on Feb. 23, 2020, 6:44 a.m.