Taxonomic Least Inclusive Common Ancestor (MRCA)
Usage
taxonomy_mrca(ott_ids = NULL, ...)
# S3 method for class 'taxon_mrca'
tax_rank(tax, ...)
# S3 method for class 'taxon_mrca'
tax_name(tax, ...)
# S3 method for class 'taxon_mrca'
ott_id(tax, ...)
# S3 method for class 'taxon_mrca'
unique_name(tax, ...)
# S3 method for class 'taxon_mrca'
tax_sources(tax, ...)
# S3 method for class 'taxon_mrca'
flags(tax, ...)
# S3 method for class 'taxon_mrca'
is_suppressed(tax, ...)Arguments
- ott_ids
a vector of ott ids for the taxa whose MRCA is to be found (numeric).
- ...
additional arguments to customize the API request (see
rotlpackage documentation).- tax
an object generated by the
taxonomy_mrcafunction
Value
taxonomy_mrcareturns a list about the taxonomic information relating to the MRCA for the ott_ids provided.tax_rankreturns a character vector of the taxonomic rank for the MRCA.tax_namereturns a character vector the Open Tree Taxonomy name for the MRCA.ott_idreturns a numeric vector of the ott id for the MRCA.