Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find a common ancestor across taxa
ResourceFunction["TaxonomyCommonAncestor"][{species,species…}] gives the common ancestor for specified species entities. | |
ResourceFunction["TaxonomyCommonAncestor"][{species,species…},"Graph"] visualizes the taxonomy graph highlighting the common ancestor for specified species entities. |
Find a common ancestor for two specified species:
In[1]:= |
Out[1]= |
Locate a common ancestor on the taxonomy graph:
In[2]:= |
Out[2]= |
Find a common ancestors for multiple organisms:
In[3]:= |
Out[3]= |
Specify the layout of a graph:
In[4]:= |
Out[4]= |
Trying to find a common ancestor for the non-species entities returns a Missing value:
In[5]:= |
Out[5]= |
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License