Learn R Programming

microcontax (version 1.2)

fullTaxonomy: The full taxonomy of a genus

Description

Converts a genus to a string containing the full taxonomy.

Usage

fullTaxonomy(genera)

Arguments

genera

A vector of texts, the genera names to look up.

Value

A character vector containing the taxonomy information.

Details

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.

See Also

taxonomy.table, genusLookup.

Examples

Run this code
# NOT RUN {
genera <-  c("Bacillus","Clostridium","Hyphomonas") 
fullTaxonomy(genera)


# }

Run the code above in your browser using DataLab