getClade | R Documentation |
Get subset of taxa that belong to a specified taxonomy clade
getClade(taxonList = NULL, supertaxon = NULL)
taxonList |
List of taxa |
supertaxon |
Clade / supertaxon ID or name |
A dataframe contains sub-selected taxa including their IDs and names
Vinh Tran tran@bio.uni-frankfurt.de
taxonList <- c(
214684, 246409, 3055, 336722, 3702, 400682, 441375, 45351, 4558, 559292,
6239, 7227, "Homo sapiens"
)
getClade(taxonList, supertaxon = "metazoa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.