Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find a common ancestor across taxa
ResourceFunction["TaxonomyCommonAncestor"][{species1,species2,…}] gives the common ancestor for specified speciesi entities. | |
ResourceFunction["TaxonomyCommonAncestor"][{species1,species2,…},"Graph"] visualizes the taxonomy graph highlighting the common ancestor for specified speciesi 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 ancestor for multiple organisms:
In[3]:= |
Out[3]= |
Specify the layout of a graph:
In[4]:= |
Out[4]= |
Trying to find a common ancestor for non-species entities returns a Missing value:
In[5]:= |
Out[5]= |
Trying to find a common ancestor for taxa from different domains returns a Missing value:
In[6]:= |
Out[6]= |
Trying to visualize a common ancestor for the list of larger number of species may take a long time:
In[7]:= |
In[8]:= |
Out[8]= |
In[9]:= |
Out[9]= |
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License