lineage
gets list of taxa to which a taxon belongs
Contents
Syntax
classification = lineage (taxon)
Description
gets all taxa in the add_my_pet collection to which a particular taxon belongs
Input:
- character string with name of taxon
Output:
- cell string of ordered taxa to which that taxon belongs, starting with Animalia
Remarks
The root is Animalia. The classification follows that of Wikipedia
Example of use
classification = lineage('Gorilla_gorilla')