Skip to contents

Transform the output of sourmash taxonomy annotate into a phyloseq tax table

Usage

from_taxonomy_annotate_to_tax_table(taxonomy_annotate_df)

Arguments

taxonomy_annotate_df

Data frame containing outputs from sourmash taxonomy annotate.

Value

A phyloseq tax_table object.

Examples

if (FALSE) {
from_taxonomy_annotate_to_tax_table(taxonomy_annotate_df)
}