Learn R Programming

microeco (version 0.7.1)

tidy_taxonomy: Clear up the taxonomic table to make taxonomic assignments consistent.

Description

Clear up the taxonomic table to make taxonomic assignments consistent.

Usage

tidy_taxonomy(taxonomy_table)

Arguments

taxonomy_table

a data.frame with taxonomic information.

Value

taxonomic table.

Format

data.frame object.

Examples

Run this code
# NOT RUN {
data("taxonomy_table_16S")
tidy_taxonomy(taxonomy_table_16S)
# }

Run the code above in your browser using DataLab