rba_uniprot_taxonomy_relationship {rbioapi}R Documentation

Get Shortest Path Between Two Taxonomy Nodes

Description

Use this function to retrieve the shortest path between two nodes in the taxonomy tree of UniProt Taxonomy database.

Usage

rba_uniprot_taxonomy_relationship(from, to, ...)

Arguments

from

NCBI taxonomic identifier of your initial node.

to

NCBI taxonomic identifier of your final node.

...

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

Value

a nested list containing the node which are in the shortest path between your supplied nodes.

Corresponding API Resources

"GET https://ebi.ac.uk/proteins/api/relationship"

References

See Also

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

Examples


rba_uniprot_taxonomy_relationship(from = 9606, to = 10090)



[Package rbioapi version 0.8.1 Index]