getClade: Get subset of taxa that belong to a specified taxonomy clade

View source: R/subSampling.R

getCladeR Documentation

Get subset of taxa that belong to a specified taxonomy clade

Description

Get subset of taxa that belong to a specified taxonomy clade

Usage

getClade(taxonList = NULL, supertaxon = NULL)

Arguments

taxonList

List of taxa

supertaxon

Clade / supertaxon ID or name

Value

A dataframe contains sub-selected taxa including their IDs and names

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

taxonList <- c(
    214684, 246409, 3055, 336722, 3702, 400682, 441375, 45351, 4558, 559292, 
    6239, 7227, "Homo sapiens"
)
getClade(taxonList, supertaxon = "metazoa")

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