lineage_WoRMS
gets lineage of a species in WoRMS
Contents
Syntax
[lineage, rank] = lineage_WoRMS(my_pet)
Description
Gets lineage of species from WoRMS
Input:
- my_pet: character string with name of an entry
Output:
- lineage: (5,1) cell array with {phylum;class;order;family;genus}
- rank: (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_Taxo gives a similar result for the Taxonomicon
Example of use
[lin, rank] = lineage_WoRMS('Daphnia_magna')