powered by
Read in a taxonomy file and parse it to a wide dataframe
read_tax(taxonomy_filename, sep = "\t")
dataframe of taxonomic labels, formatted by parse_tax()
parse_tax()
filename of taxonomy file
Character that separates fields of the taxonomy file. (Default: \t).
\t
Nick Lesniak, nlesniak@umich.edu
Kelly Sovacool, sovacool@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