lineage_Taxo
gets lineage of a species in Taxonomicon
Contents
Syntax
[lineage, rank, lineage_short, rank_short] = lineage_Taxo(my_pet)
Description
Gets lineage of species from the Taxonomicon
Input:
- my_pet: character string with name of an entry
Output:
- lineage: (n,1) cell array with lineage
- rank: (n,1) cell array with ranks
- lineage_short: (5,1) cell array with {phylum;class;order;family;genus}
- rank_short: (5,1) cell array with {'Phylum';'Class';'Order';'Family';'Genus'}
Remarks
- lineage gives a similar result for AmP entries, and lineage_CoL for the Catalog of Life
- lineage_WoRMS gives a similar result for WoRMS
Example of use
[lin, rank] = lineage_Taxo('Daphnia_magna')