getLCA: Get last common ancestor for a list of taxa

View source: R/getLCA.R

getLCAR Documentation

Get last common ancestor for a list of taxa

Description

Get last common ancestor for a list of taxa

Usage

getLCA(taxonList = NULL)

Arguments

taxonList

List of taxa

Value

A dataframe contains taxon ID and name of the last common ancestor

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

taxonList <- c("Homo sapiens", "Mus musculus", "Bos taurus")
getLCA(taxonList)

trvinh/taxFun documentation built on July 3, 2023, 8:55 p.m.