tidy_taxonomy {microeco}R Documentation

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.

Format

data.frame object.

Value

taxonomic table.

Examples

data("taxonomy_table_16S")
tidy_taxonomy(taxonomy_table_16S)

[Package microeco version 0.2.1 Index]