rba_uniprot_taxonomy_lineage {rbioapi}R Documentation

Get Taxonomic Lineage

Description

Use this function to retrieve the taxonomic lineage of your supplied taxonomy node.

Usage

rba_uniprot_taxonomy_lineage(id, ...)

Arguments

id

(numeric) a NCBI taxonomic identifier

...

rbioapi option(s). See rba_options's arguments manual for more information on available options.

Value

A list with a data frame containing All the nodes that preceded your supplied node in the taxonomic tree. with your node as the first row and the root node in the last row.

Corresponding API Resources

"GET https://ebi.ac.uk/proteins/api/lineage/{id}"
"GET https://ebi.ac.uk/proteins/api/lineage/{id}"

References

See Also

Other "UniProt - Taxonomy": rba_uniprot_taxonomy(), rba_uniprot_taxonomy_lca(), rba_uniprot_taxonomy_name(), rba_uniprot_taxonomy_path(), rba_uniprot_taxonomy_relationship()

Examples


rba_uniprot_taxonomy_lineage(id = 9989)



[Package rbioapi version 0.8.1 Index]