Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rba_uniprot_taxonomy_lca

Get Lowest Common Ancestor (LCA) of Two Taxonomy Nodes


Description

Use this function to retrieve lowest common ancestor (LCA) of two taxonomy nodes in UniProt Taxonomy database

Usage

rba_uniprot_taxonomy_lca(ids, ...)

Arguments

ids

(numeric) Numeric vector of NCBI taxonomic identifiers, with minimum length of two.

...

rbioapi option(s). Refer to rba_options's arguments documentation for more information on available options.

Value

A list with UniProt taxonomy information of your provided taxonomy elements.

Corresponding API Resources

"GET https://ebi.ac.uk/proteins/api/ancestor/ids"

References

  • Andrew Nightingale, Ricardo Antunes, Emanuele Alpi, Borisas Bursteinas, Leonardo Gonzales, Wudong Liu, Jie Luo, Guoying Qi, Edd Turner, Maria Martin, The Proteins API: accessing key integrated protein and genome information, Nucleic Acids Research, Volume 45, Issue W1, 3 July 2017, Pages W539–W544, https://doi.org/10.1093/nar/gkx237

  • Proteins API Documentation

See Also

Examples

rba_uniprot_taxonomy_lca(c(9606,10090,9823,7712))

rbioapi

User-Friendly R Interface to Biologic Web Services' API

v0.7.0
GPL-3
Authors
Moosa Rezwani [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.