fullTaxonomy {microcontax} | R Documentation |
Converts a genus to a string containing the full taxonomy.
fullTaxonomy(genera)
genera |
A vector of texts, the genera names to look up. |
The argument genera
must consist of names in the Genus
column of the data
set taxonomy.table
.
"k__<...>;p__<...>;c__<...>;o__<...>;f__<...>;g__<...>;"
where <...> is some proper text.
A character vector containing the taxonomy information.
Lars Snipen.
genera <- c("Bacillus","Clostridium","Hyphomonas")
fullTaxonomy(genera)