powered by
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.
load_taxa_table(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.
A tibble, formatted for use in downstream cuperdec functions.
# NOT RUN { data(cuperdec_taxatable_ex) taxa_table <- load_taxa_table(cuperdec_taxatable_ex) # }
Run the code above in your browser using DataLab