powered by
Convert taxonomy strings into dataframe of labels based on taxonomic classification
parse_tax(dat)
a wide dataframe with taxonomic labels
dataframe from mothur taxonomy file with columns OTU, Size, and Taxonomy
OTU
Size
Taxonomy
Nick Lesniak, nlesniak@umich.edu
taxonomy_filepath <- system.file("extdata", "test.taxonomy", package = "schtools" ) taxonomy_tbl <- read_tax(taxonomy_filepath) head(taxonomy_tbl)
Run the code above in your browser using DataLab