load_tax: Reads in a file containing taxonomy data and performs basic...

Description Usage Arguments Value Examples

View source: R/load_tax.R

Description

Reads in a file containing taxonomy data and performs basic processing.

Usage

1
load_tax(tax_file, otu_good = NULL)

Arguments

tax_file

A cons.taxonomy file resulting from processing via mothur.

otu_good

An optional matrix containing trimmed OTU count data.

Value

Returns a dataframe containing taxonomy data, optionally subset by the OTUs within 'otu_good'.

Examples

1
2
load_tax("miseq_mothur.cons.taxonomy")
load_tax("miseq_mothur.cons.taxonomy", otu_good)

cb-42/cbmbtools documentation built on Jan. 9, 2021, 1:38 a.m.