fullTaxonomy {microcontax}R Documentation

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.

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.

Value

A character vector containing the taxonomy information.

Author(s)

Lars Snipen.

See Also

taxonomy.table, genusLookup.

Examples

genera <-  c("Bacillus","Clostridium","Hyphomonas") 
fullTaxonomy(genera)



[Package microcontax version 1.2 Index]