getLCA | R Documentation |
Get last common ancestor for a list of taxa
getLCA(taxonList = NULL)
taxonList |
List of taxa |
A dataframe contains taxon ID and name of the last common ancestor
Vinh Tran tran@bio.uni-frankfurt.de
taxonList <- c("Homo sapiens", "Mus musculus", "Bos taurus")
getLCA(taxonList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.