powered by
Converts a genus to a string containing the full taxonomy.
fullTaxonomy(genera)
A vector of texts, the genera names to look up.
A character vector containing the taxonomy information.
The argument genera must consist of names in the Genus column of the data set taxonomy.table.
genera
Genus
taxonomy.table
"k__<...>;p__<...>;c__<...>;o__<...>;f__<...>;g__<...>;"
where <...> is some proper text.
taxonomy.table, genusLookup.
genusLookup
# NOT RUN { genera <- c("Bacillus","Clostridium","Hyphomonas") fullTaxonomy(genera) # }
Run the code above in your browser using DataLab