get_ott_lineage {datelife} | R Documentation |
Get the Open Tree of Life Taxonomic identifier (OTT id) and name of all lineages from one or more input taxa.
Description
Get the Open Tree of Life Taxonomic identifier (OTT id) and name of all lineages from one or more input taxa.
Usage
get_ott_lineage(input = NULL, ott_ids = NULL)
Arguments
input |
Optional. A character vector of names or a |
ott_ids |
If not NULL, it takes this argument and ignores input. A
numeric vector of ott ids obtained with |
Value
A list of named numeric vectors of ott ids from input and all the clades it belongs to.
Examples
## Not run: # This is a flag for package development. You are welcome to run the example.
taxa <- c("Homo", "Bacillus anthracis", "Apis", "Salvia")
lin <- get_ott_lineage(taxa)
lin
# Look up an unknown OTT id:
get_ott_lineage(ott_id = 454749)
## End(Not run) # end dontrun
[Package datelife version 0.6.8 Index]