load_taxa_table: Load OTU table

Description Usage Arguments Value Examples

View source: R/loading.R

Description

Loads a typical taxa table (Samples: columns; Taxa: rows) in TSV format and standardises some columns, storing the table in the form of a tibble.

Usage

1

Arguments

x

Path to a TSV file or tidy dataframe (e.g. tibble) consisting of an OTU table of samples as columns, except first column with taxon names.

Value

A tibble, formatted for use in downstream cuperdec functions.

Examples

1
2

cuperdec documentation built on Sept. 13, 2021, 1:06 a.m.